old
zlj 5 years ago
parent 1ced939f28
commit 424384cbb5
  1. 2
      app/src/main/res/layout/title_recommend.xml
  2. 2
      app/src/main/res/layout/title_stack.xml

@ -10,7 +10,7 @@
<TextView
android:id="@+id/tv_recommend"
android:layout_width="60dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/colorTitle"
android:padding="10dp"

@ -9,7 +9,7 @@
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/tv_stack"
android:layout_width="60dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/colorTitle"
android:padding="10dp"

Loading…
Cancel
Save