aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/cache_location_buttons.xml
blob: 31e12642b79756d0ce0c497da63187d8c68663a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:orientation="horizontal"
	android:layout_width="wrap_content"
	android:layout_height="wrap_content"
	android:layout_gravity="center">

	<Button
		android:id="@+id/location_internal"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:text="@string/settings.cache_location_internal"/>

	<Button
		android:id="@+id/location_external"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:text="@string/settings.cache_location_external"/>
</LinearLayout>