add: about page, settings, notification switch
This commit is contained in:
7
app/src/main/res/layout/divider.xml
Normal file
7
app/src/main/res/layout/divider.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="#e4e4e4"
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingStart="16dp"/>
|
||||
Reference in New Issue
Block a user