多数页面完成
This commit is contained in:
39
app/src/main/res/layout/activity_guide.xml
Normal file
39
app/src/main/res/layout/activity_guide.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<FrameLayout
|
||||
android:id="@+id/iv_close"
|
||||
android:layout_width="46dp"
|
||||
android:layout_height="46dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginLeft="16dp">
|
||||
<ImageView
|
||||
android:layout_width="13dp"
|
||||
android:layout_height="13dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/more_icons"
|
||||
android:rotation="180"
|
||||
android:scaleType="fitCenter" />
|
||||
</FrameLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:layout_gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="#000000"
|
||||
android:text="键盘体验页" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</FrameLayout>
|
||||
99
app/src/main/res/layout/activity_ime_guide.xml
Normal file
99
app/src/main/res/layout/activity_ime_guide.xml
Normal file
@@ -0,0 +1,99 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<!-- <FrameLayout
|
||||
android:id="@+id/iv_close"
|
||||
android:layout_width="46dp"
|
||||
android:layout_height="46dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginLeft="16dp">
|
||||
<ImageView
|
||||
android:layout_width="13dp"
|
||||
android:layout_height="13dp"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/more_icons"
|
||||
android:rotation="180"
|
||||
android:scaleType="fitCenter" />
|
||||
</FrameLayout> -->
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:layout_gravity="center"
|
||||
android:orientation="vertical">
|
||||
<ImageView
|
||||
android:id="@+id/ivImeLogo"
|
||||
android:layout_width="69dp"
|
||||
android:layout_height="69dp"
|
||||
android:src="@drawable/logo" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/Steps"
|
||||
android:textSize="18sp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginTop="48dp"
|
||||
android:textColor="#1B1F1A"
|
||||
android:gravity="center"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/stepTips"
|
||||
android:textSize="14sp"
|
||||
android:layout_width="175dp"
|
||||
android:layout_marginTop="18dp"
|
||||
android:textColor="#A1A1A1"
|
||||
android:gravity="center"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/enabled"
|
||||
android:layout_width="290dp"
|
||||
android:layout_height="54dp"
|
||||
android:layout_marginTop="60dp"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/btnEnabledText"
|
||||
android:text="Enable it in Settings"
|
||||
android:textSize="13sp"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#1B1F1A" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/btnEnabledimg"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="13dp"/>
|
||||
|
||||
<!--android:src="@drawable/next_arrow" -->
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/select"
|
||||
android:layout_width="290dp"
|
||||
android:layout_height="54dp"
|
||||
android:layout_marginTop="25dp"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/btnSelectText"
|
||||
android:text="Select an input method"
|
||||
android:textSize="13sp"
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#1B1F1A" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/btnSelectimg"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="13dp"/>
|
||||
|
||||
<!--android:src="@drawable/next_arrow" -->
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</FrameLayout>
|
||||
@@ -221,7 +221,7 @@
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:src="@drawable/bg" />
|
||||
android:src="@drawable/default_avatar" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvNickname"
|
||||
|
||||
@@ -1,18 +1,194 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/keyboard_background"
|
||||
android:id="@+id/background"
|
||||
android:gravity="center"
|
||||
android:padding="16dp">
|
||||
android:orientation="vertical">
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="52dp"
|
||||
android:id="@+id/keyboard_container"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingEnd="8dp">
|
||||
<ImageView
|
||||
android:id="@+id/key_abc"
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="34dp"
|
||||
android:src="@drawable/jump_to_the_keyboard"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"/>
|
||||
|
||||
<!-- 暂时空的 AI 键盘区域 -->
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
<ImageView
|
||||
android:id="@+id/key_vip"
|
||||
android:layout_width="115dp"
|
||||
android:layout_height="35dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:src="@drawable/jump_to_vip"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="AI 键盘功能区"
|
||||
android:textColor="#A9A9A9"
|
||||
android:textSize="16sp"/>
|
||||
android:id="@+id/keyboard_row_1"
|
||||
android:paddingStart="4dp"
|
||||
android:paddingEnd="4dp"
|
||||
android:orientation="horizontal">
|
||||
<!-- 粘贴框和人设 -->
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:orientation="vertical">
|
||||
<!-- 粘贴框 -->
|
||||
<HorizontalScrollView
|
||||
android:id="@+id/completion_scroll"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="41dp"
|
||||
android:overScrollMode="never"
|
||||
android:scrollbars="none"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingEnd="8dp"
|
||||
android:background="@drawable/keyboard_button_bg3"
|
||||
android:fillViewport="false">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/completion_container"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal">
|
||||
<ImageView
|
||||
android:layout_width="13dp"
|
||||
android:layout_height="13dp"
|
||||
android:src="@drawable/copy_the_message"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:text="Paste Ta's words"
|
||||
android:textColor="#02BEAC"
|
||||
android:textSize="13sp" />
|
||||
</LinearLayout>
|
||||
</HorizontalScrollView>
|
||||
|
||||
<!-- 人设 -->
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_height="131dp"
|
||||
android:scrollbars="none">
|
||||
<com.google.android.flexbox.FlexboxLayout
|
||||
android:id="@+id/persona_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:flexDirection="row"
|
||||
app:flexWrap="wrap"
|
||||
app:justifyContent="space_between">
|
||||
|
||||
<!-- 卡片 -->
|
||||
<LinearLayout
|
||||
android:layout_width="90dp"
|
||||
android:layout_height="41dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
android:background="@drawable/keyboard_button_bg3">
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
android:id="@+id/avatar"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:src="@drawable/default_avatar"
|
||||
android:clickable="true"
|
||||
android:focusable="true"/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginStart="5dp"
|
||||
android:text="Humor"
|
||||
android:textColor="#1B1F1A"
|
||||
android:textSize="13sp"/>
|
||||
</LinearLayout>
|
||||
<!-- ```````````````` -->
|
||||
|
||||
</com.google.android.flexbox.FlexboxLayout>
|
||||
</ScrollView>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
<!-- 操作 -->
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/keyboard_button_1"
|
||||
android:layout_marginStart="4dp"
|
||||
android:orientation="vertical">
|
||||
<LinearLayout
|
||||
android:id="@+id/keyboard_button_Paste"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="41dp"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
android:background="@drawable/keyboard_button_bg1">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Paste"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="13sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/keyboard_button_Delete"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="41dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
android:background="@drawable/keyboard_button_bg2">
|
||||
<ImageView
|
||||
android:layout_width="23dp"
|
||||
android:layout_height="14dp"
|
||||
android:src="@drawable/keyboard_icon_voice"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/keyboard_button_Clear"
|
||||
android:layout_width="60dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_height="41dp"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
android:background="@drawable/keyboard_button_bg2">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Clear"
|
||||
android:textColor="#1B1F1A"
|
||||
android:textSize="13sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/keyboard_button_Send"
|
||||
android:layout_width="60dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_height="41dp"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
android:background="@drawable/keyboard_button_bg1">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Send"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="13sp" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
android:layout_width="67dp"
|
||||
android:layout_height="67dp"
|
||||
android:elevation="4dp"
|
||||
android:src="@drawable/bg"
|
||||
android:src="@drawable/default_avatar"
|
||||
app:civ_border_color="#DFF346"
|
||||
app:civ_border_width="2dp" />
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
android:layout_width="67dp"
|
||||
android:layout_height="67dp"
|
||||
android:elevation="4dp"
|
||||
android:src="@drawable/bg"
|
||||
android:src="@drawable/default_avatar"
|
||||
app:civ_border_width="2dp"
|
||||
app:civ_border_color="#DFF346" />
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
android:layout_width="67dp"
|
||||
android:layout_height="67dp"
|
||||
android:elevation="4dp"
|
||||
android:src="@drawable/bg"
|
||||
android:src="@drawable/default_avatar"
|
||||
app:civ_border_width="2dp"
|
||||
app:civ_border_color="#DFF346" />
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:elevation="4dp"
|
||||
android:src="@drawable/bg"/>
|
||||
android:src="@drawable/default_avatar"/>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="140dp"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
android:layout_width="67dp"
|
||||
android:layout_height="67dp"
|
||||
android:elevation="7dp"
|
||||
android:src="@drawable/bg"
|
||||
android:src="@drawable/default_avatar"
|
||||
app:civ_border_width="2dp"
|
||||
app:civ_border_color="#DFF346" />
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
android:layout_width="70dp"
|
||||
android:layout_height="70dp"
|
||||
android:layout_marginStart="5dp"
|
||||
android:src="@drawable/bg"
|
||||
android:src="@drawable/default_avatar"
|
||||
android:clickable="true"
|
||||
android:focusable="true"/>
|
||||
|
||||
|
||||
@@ -25,232 +25,232 @@
|
||||
android:id="@+id/suggestion_0"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_4"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_5"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_6"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_7"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_8"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_9"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_10"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_11"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_12"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_13"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_14"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_15"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_16"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_17"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_18"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_19"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_20"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:textSize="12sp"
|
||||
android:textSize="16sp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
</LinearLayout>
|
||||
</HorizontalScrollView>
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
android:id="@+id/avatar"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:src="@drawable/bg"
|
||||
android:src="@drawable/default_avatar"
|
||||
android:clickable="true"
|
||||
android:focusable="true"/>
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="127dp"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/bg" />
|
||||
android:src="@drawable/default_avatar" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="130dp"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_1"
|
||||
@@ -41,7 +41,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_2"
|
||||
@@ -52,7 +52,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_3"
|
||||
@@ -63,7 +63,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_4"
|
||||
@@ -74,7 +74,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_5"
|
||||
@@ -85,7 +85,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_6"
|
||||
@@ -96,7 +96,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_7"
|
||||
@@ -107,7 +107,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_8"
|
||||
@@ -118,7 +118,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_9"
|
||||
@@ -129,7 +129,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_10"
|
||||
@@ -140,7 +140,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_11"
|
||||
@@ -151,7 +151,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_12"
|
||||
@@ -162,7 +162,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_13"
|
||||
@@ -173,7 +173,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_14"
|
||||
@@ -184,7 +184,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_15"
|
||||
@@ -195,7 +195,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_16"
|
||||
@@ -206,7 +206,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_17"
|
||||
@@ -217,7 +217,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_18"
|
||||
@@ -228,7 +228,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_19"
|
||||
@@ -239,7 +239,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_20"
|
||||
@@ -250,7 +250,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
</LinearLayout>
|
||||
</HorizontalScrollView>
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
android:id="@+id/avatar"
|
||||
android:layout_width="88dp"
|
||||
android:layout_height="88dp"
|
||||
android:src="@drawable/bg"
|
||||
android:src="@drawable/default_avatar"
|
||||
android:elevation="1dp"
|
||||
android:clickable="true"
|
||||
android:focusable="true"/>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_1"
|
||||
@@ -41,7 +41,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_2"
|
||||
@@ -52,7 +52,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_3"
|
||||
@@ -63,7 +63,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_4"
|
||||
@@ -74,7 +74,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_5"
|
||||
@@ -85,7 +85,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_6"
|
||||
@@ -96,7 +96,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_7"
|
||||
@@ -107,7 +107,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_8"
|
||||
@@ -118,7 +118,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_9"
|
||||
@@ -129,7 +129,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_10"
|
||||
@@ -140,7 +140,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_11"
|
||||
@@ -151,7 +151,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_12"
|
||||
@@ -162,7 +162,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_13"
|
||||
@@ -173,7 +173,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_14"
|
||||
@@ -184,7 +184,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_15"
|
||||
@@ -195,7 +195,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_16"
|
||||
@@ -206,7 +206,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_17"
|
||||
@@ -217,7 +217,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_18"
|
||||
@@ -228,7 +228,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_19"
|
||||
@@ -239,7 +239,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/suggestion_20"
|
||||
@@ -250,7 +250,7 @@
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:background="@drawable/btn_keyboard"
|
||||
android:textColor="?android:attr/textColorPrimary" />
|
||||
android:textColor="#3C3C3C"/>
|
||||
|
||||
</LinearLayout>
|
||||
</HorizontalScrollView>
|
||||
|
||||
Reference in New Issue
Block a user