Saving of allowed keys

This commit is contained in:
Dominik Schürmann
2015-01-29 21:00:58 +01:00
parent d6e4936fa5
commit 38f7950d90
12 changed files with 471 additions and 236 deletions

View File

@@ -33,6 +33,18 @@
android:layout_height="wrap_content"
tools:layout="@layout/api_app_settings_fragment" />
<TextView
style="@style/SectionHeader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/api_settings_allowed_keys" />
<FrameLayout
android:id="@+id/api_allowed_keys_list_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" />
<TextView
style="@style/SectionHeader"
android:layout_width="match_parent"