mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Tweak file picker layout
This commit is contained in:
parent
d6f01bfe9a
commit
a6a83b1fcd
2 changed files with 4 additions and 3 deletions
|
|
@ -9,12 +9,13 @@
|
|||
|
||||
<ListView android:id="@android:id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:drawSelectorOnTop="false"/>
|
||||
|
||||
<TextView android:id="@android:id/empty"
|
||||
android:gravity="center"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:text="@string/home_is_empty"/>
|
||||
android:text="@string/empty_folder"/>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@
|
|||
<string name="notification_action_wakelock">Wake</string>
|
||||
<string name="notification_action_wifilock">Wifi</string>
|
||||
|
||||
<string name="home_is_empty">$HOME is empty!</string>
|
||||
<string name="empty_folder">Empty folder.</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue