mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-03-19 20:51:33 +00:00
add persistent notification for battery; bug fixes
This commit is contained in:
13
android/app/src/main/res/layout/notification.xml
Normal file
13
android/app/src/main/res/layout/notification.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/notification_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user