pull/995/head
gedoor 4 years ago
parent 9439cafa8e
commit e88df8b2e2
  1. 4
      app/src/main/res/layout/item_book_group_manage.xml
  2. 4
      app/src/main/res/layout/item_theme_config.xml

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tool="http://schemas.android.com/tools"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/background"
@ -14,7 +14,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:textColor="@color/secondaryText"
tool:text="group" />
tools:text="group" />
<TextView
android:id="@+id/tv_edit"

@ -12,7 +12,9 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:maxLines="1" />
android:maxLines="1"
android:textColor="@color/primaryText"
tools:text="theme" />
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/iv_share"

Loading…
Cancel
Save