style: 主题色

pull/95/head
kunfei 5 years ago
parent d1a4c9daef
commit 2e478c415a
  1. 5
      app/src/main/res/layout/dialog_file_chooser.xml
  2. 1
      app/src/main/res/layout/dialog_recycler_view.xml

@ -16,12 +16,13 @@
android:layout_height="24dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:background="@color/background"
android:background="@color/background_card"
android:elevation="5dp" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/background_card">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_file"

@ -12,6 +12,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:background="@color/background_card"
android:layout_width="match_parent"
android:layout_height="match_parent" />

Loading…
Cancel
Save