Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Bug 1084521 - Use +id not +android:id. #503

Merged
merged 1 commit into from Oct 20, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions res/layout/fxaccount_custom_server_view.xml
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -113,4 +113,4 @@
</LinearLayout>
</LinearLayout>

</merge>
</merge>