diff options
author | Javier <dev.git@javispedro.com> | 2021-03-26 20:09:25 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2021-03-26 20:09:25 +0100 |
commit | 6b2dd5b290850301472a7097c84f76972b43b507 (patch) | |
tree | 670952beacb900aa15d4b9b3b367805cd18993c5 /app/src/main/res/layout | |
parent | 558f29b84406b0d4b9493503f0ca02b35bfed9cf (diff) | |
download | rempe-6b2dd5b290850301472a7097c84f76972b43b507.tar.gz rempe-6b2dd5b290850301472a7097c84f76972b43b507.zip |
Add new Preferences activity and allow choosing temperature units
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/settings_activity.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/settings_activity.xml b/app/src/main/res/layout/settings_activity.xml new file mode 100644 index 0000000..de6591a --- /dev/null +++ b/app/src/main/res/layout/settings_activity.xml @@ -0,0 +1,9 @@ +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent"> + + <FrameLayout + android:id="@+id/settings" + android:layout_width="match_parent" + android:layout_height="match_parent" /> +</LinearLayout>
\ No newline at end of file |