Fix some lint errors

pull/143/head
Alex Baker 11 years ago
parent 99eaa1aa01
commit f449718f49

@ -4,8 +4,8 @@
**
** See the file "LICENSE" for the full license governing this code.
-->
<merge>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
android:id="@+id/speech_bubble_container"
android:layout_width="fill_parent"
android:layout_height="wrap_content"

@ -61,7 +61,6 @@
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:id="@+id/TEA_Separator"
android:layout_width="fill_parent"
android:layout_height="1px"
style="@style/TEA_Separator" />

@ -57,7 +57,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"/>
<Button xmlns:android="http://schemas.android.com/apk/res/android"
<Button
android:id="@+id/edit_dont_repeat"
android:text="@string/repeat_dont"
android:layout_width="fill_parent"

@ -24,7 +24,6 @@
android:layout_height="250dip"
android:layout_weight="1" />
<View
android:id="@+id/TEA_Separator"
android:layout_width="fill_parent"
android:layout_height="1px"
android:layout_marginBottom="1dip"

@ -14,7 +14,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|center_horizontal"/>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"

Loading…
Cancel
Save