讯飞sdk替换,页面修改

This commit is contained in:
18401019693
2022-10-22 14:43:01 +08:00
parent 90e249e2d7
commit 099cc0d83d
11 changed files with 87 additions and 22 deletions

View File

@@ -6,9 +6,9 @@
<LinearLayout
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="10dp"
android:orientation="vertical">
<androidx.cardview.widget.CardView
@@ -29,14 +29,31 @@
app:indicator_width="8dp" />
</androidx.cardview.widget.CardView>
<TextView
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:text="@string/recommended_for_you"
android:textColor="#FFF6F7FB"
android:textSize="14sp" />
android:layout_marginTop="20dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/recommended_for_you"
android:textColor="#FFF6F7FB"
android:textSize="14sp" />
<TextView
android:id="@+id/in_batch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end|center_vertical"
android:text="@string/in_batch"
android:textColor="#FFF6F7FB"
android:drawablePadding="2dp"
android:drawableStart="@mipmap/icon_change"
android:layout_marginEnd="8dp"
android:textSize="10sp" />
</FrameLayout>
</LinearLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B