直播间开通贵族
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="11dp" />
|
||||
<stroke android:width="1dp" android:color="@color/white" />
|
||||
<gradient android:angle="360" android:endColor="#D8A0FE" android:startColor="#7683D9" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
10
common/src/main/res/drawable/background_duke_king_horn.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="11dp" />
|
||||
<stroke android:width="1dp" android:color="@color/white" />
|
||||
<gradient android:angle="360" android:endColor="#FF544F" android:startColor="#FAD126" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="11dp" />
|
||||
<stroke android:width="1dp" android:color="@color/white" />
|
||||
<gradient android:angle="360" android:endColor="#18A86B" android:startColor="#2FB383" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="11dp" />
|
||||
<stroke android:width="1dp" android:color="@color/white" />
|
||||
<gradient android:angle="360" android:endColor="#4760FF" android:startColor="#0DCCFF" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="11dp" />
|
||||
<stroke android:width="1dp" android:color="@color/white" />
|
||||
<gradient android:angle="360" android:endColor="#0DE3AC" android:startColor="#98E05F" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
107
common/src/main/res/layout/view_noble_notice.xml
Normal file
@@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/root_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="120dp"
|
||||
android:animateLayoutChanges="true">
|
||||
|
||||
<com.opensource.svgaplayer.SVGAImageView
|
||||
android:id="@+id/svaga_bc"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/goto_room_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="42dp"
|
||||
android:layout_marginEnd="19dp"
|
||||
android:background="@drawable/background_baron_station_horn"
|
||||
android:paddingLeft="7dp"
|
||||
android:paddingTop="3dp"
|
||||
android:paddingRight="7dp"
|
||||
android:paddingBottom="3dp"
|
||||
android:text="@string/onlookers"
|
||||
android:textColor="#FFFEFEFE"
|
||||
android:textSize="10dp" />
|
||||
|
||||
<HorizontalScrollView
|
||||
android:id="@+id/context_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="42dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_toStartOf="@id/goto_room_view"
|
||||
android:scrollbars="none">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/scroll_layout"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/user_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="用户昵称"
|
||||
android:textColor="#F7FF74"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/in"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginStart="7.5dp"
|
||||
android:layout_toEndOf="@id/user_name"
|
||||
android:text="@string/in"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/anchor_nickname"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginStart="6.5dp"
|
||||
android:layout_toEndOf="@id/in"
|
||||
android:text="主播昵称"
|
||||
android:textColor="#F7FF74"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/open_noble"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginStart="4.5dp"
|
||||
android:layout_toEndOf="@id/anchor_nickname"
|
||||
android:text="@string/open_noble"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/noble_icon"
|
||||
android:layout_width="25dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginStart="4.5dp"
|
||||
android:layout_toEndOf="@id/open_noble"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@mipmap/icon_open_chaohuang" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/noble_nickname"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginStart="4.5dp"
|
||||
android:layout_toEndOf="@id/noble_icon"
|
||||
android:text="主播昵称"
|
||||
android:textColor="#F7FF74"
|
||||
android:textSize="14sp" />
|
||||
</RelativeLayout>
|
||||
</HorizontalScrollView>
|
||||
</RelativeLayout>
|
||||
BIN
common/src/main/res/mipmap-xxhdpi/icon_open_chaohuang.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_open_gongjue.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_open_guowang.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_open_houjue.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_open_huangdi.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_open_nanjue.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_open_zijue.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
@@ -892,4 +892,14 @@
|
||||
<string name="bonus_message">向你發送了一個獎勵,快來領取吧!</string>
|
||||
<string name="live_anchor_send">和大家說些什麼</string>
|
||||
<string name="live_config">直播設置</string>
|
||||
<string name="onlookers">圍觀</string>
|
||||
<string name="open_noble">的直播間開通了</string>
|
||||
<string name="baron">男爵</string>
|
||||
<string name="viscount">子爵</string>
|
||||
<string name="marquis">侯爵</string>
|
||||
<string name="duke">公爵</string>
|
||||
<string name="king">国王</string>
|
||||
<string name="emperor">皇帝</string>
|
||||
<string name="better_emperor">超皇</string>
|
||||
|
||||
</resources>
|
||||
|
||||