Unnötiges Zeug entfernen

This commit is contained in:
Tim Schumacher 2015-01-25 19:32:10 +01:00
parent 6116271753
commit 3f89d6f85b
2 changed files with 12 additions and 18 deletions

View file

@ -1,17 +1,18 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
tools:context=".MainActivity$PlaceholderFragment">
<LinearLayout
tools:context=".MainActivity$PlaceholderFragment"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true">
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true">
<Switch
android:layout_width="match_parent"
@ -58,5 +59,3 @@
</LinearLayout>
</LinearLayout>
</RelativeLayout>

View file

@ -2,14 +2,9 @@
<resources>
<string name="app_name">Türöffner</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="unlock_door">Sesam öffne dich</string>
<string name="button_wlan">✘ WLAN</string>
<string name="button_outer_door">Buzzer</string>
<string name="button_inner_door">Aufschliesen</string>
<string name="button_wlan_connected">✓ WLAN</string>
<string name="could_not_connect">Konnte nicht zum WLAN „Krautspace“ verbinden.</string>
<string name="door_key">DoorKey</string>
<string name="wlan_switcher">Tür WLAN aktivieren</string>
<string name="button_inner_door_open">Öffnen</string>