Fix resource id generation
ID resources were being generated in the 'android' package. Change-Id: Ia2569c187102551fe85fe7cc88970b38032801a6
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+android:id/text_layout"
|
||||
android:id="@+id/text_layout"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingStart="8dip"
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
<RadioButton
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+android:id/apn_radiobutton"
|
||||
android:id="@+id/apn_radiobutton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dip"
|
||||
|
@@ -26,7 +26,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_vertical"
|
||||
android:id="@+android:id/battery_history_chart"
|
||||
android:id="@+id/battery_history_chart"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="#ff000000"
|
||||
app:headerAppearance="?android:attr/textAppearanceMedium"
|
||||
|
Reference in New Issue
Block a user