Bug 1084521 - Use +id not +android:id. r=lucasr

This commit is contained in:
Richard Newman 2014-10-20 08:33:11 -07:00
parent fca64d6688
commit ea34dcad39

View File

@ -35,7 +35,7 @@
android:paddingTop="6dip" >
<TextView
android:id="@+android:id/account_server_title"
android:id="@+id/account_server_title"
style="@style/FxAccountTextItem"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@ -46,7 +46,7 @@
</TextView>
<TextView
android:id="@+android:id/account_server_summary"
android:id="@+id/account_server_summary"
style="@style/FxAccountTextItem"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -88,7 +88,7 @@
android:paddingTop="6dip" >
<TextView
android:id="@+android:id/sync_server_title"
android:id="@+id/sync_server_title"
style="@style/FxAccountTextItem"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@ -99,7 +99,7 @@
</TextView>
<TextView
android:id="@+android:id/sync_server_summary"
android:id="@+id/sync_server_summary"
style="@style/FxAccountTextItem"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -113,4 +113,4 @@
</LinearLayout>
</LinearLayout>
</merge>
</merge>