tor-android/app/src/main/res/layout/layout_hs_backups_list.xml

12 lines
484 B
XML
Raw Normal View History

2016-11-24 02:22:41 +01:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2016-11-24 02:30:19 +01:00
xmlns:tools="http://schemas.android.com/tools"
2016-11-24 02:22:41 +01:00
android:orientation="vertical" android:layout_width="match_parent"
2016-11-24 02:35:00 +01:00
android:layout_height="match_parent">
2016-11-24 02:22:41 +01:00
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
2016-11-24 02:35:00 +01:00
android:id="@+id/listview_hs_backups"
android:layout_marginTop="15dp" />
2016-11-24 02:22:41 +01:00
</LinearLayout>