diff options
author | Scott Jackson <daneren2005@gmail.com> | 2016-01-04 17:05:20 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2016-01-04 17:05:20 -0800 |
commit | 9fcb88c5a91ee271eaae81c0ccabe7111dcc695a (patch) | |
tree | 9df00ec861e6b27ef7c48387fe703a4232391122 /app/src/main/res/layout/cache_location_buttons.xml | |
parent | 3e341f4220d71b6d0abda0d0b4eed81538bd9293 (diff) | |
parent | 013b4a554da59ef3b0fc19a0510dd47bb5c5f520 (diff) | |
download | dsub-9fcb88c5a91ee271eaae81c0ccabe7111dcc695a.tar.gz dsub-9fcb88c5a91ee271eaae81c0ccabe7111dcc695a.tar.bz2 dsub-9fcb88c5a91ee271eaae81c0ccabe7111dcc695a.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'app/src/main/res/layout/cache_location_buttons.xml')
-rw-r--r-- | app/src/main/res/layout/cache_location_buttons.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/src/main/res/layout/cache_location_buttons.xml b/app/src/main/res/layout/cache_location_buttons.xml new file mode 100644 index 00000000..31e12642 --- /dev/null +++ b/app/src/main/res/layout/cache_location_buttons.xml @@ -0,0 +1,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>
\ No newline at end of file |