Wrong referring to the resource - id/android:id

We were referring to the resource defined as
@+android:id with R.id. which is wrong. This
fix changes the @+android:id/ to @+id/

Change-Id: Ifdca7347bff31311c9c07aecdb110946e4a239ed
This commit is contained in:
Ivan Kovac
2013-11-25 14:55:21 +01:00
committed by Henrik Baard
parent 540d26e844
commit 14c81b48f7

View File

@@ -19,7 +19,7 @@
android:layout_height="?android:attr/listPreferredItemHeight"
android:paddingEnd="?android:attr/scrollbarSize">
<com.android.settings.applications.LinearColorBar
android:id="@+android:id/linear_color_bar"
android:id="@+id/linear_color_bar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="16dp"