Commit 940dfe45 authored by yinjiacheng's avatar yinjiacheng

add 底部弹窗background

parent 8e82c762
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#FFFFFFFF" />
<corners android:radius="8dp" />
</shape>
\ No newline at end of file
......@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#FFFFFFFF">
android:background="@drawable/bg_bottom_dialog">
<com.yidian.nightmode.widget.YdRecyclerView
android:id="@+id/rv_select_items"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment