Made changes for ICS and JB
This commit is contained in:
parent
9e76f94cf6
commit
9a1da5cc75
4 changed files with 14 additions and 14 deletions
|
|
@ -42,7 +42,7 @@
|
|||
android:id="@+id/errorMessageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="?android:attr/colorAccent"
|
||||
android:textColor="?attr/colorAccent"
|
||||
android:text="@string/info_labels"/>
|
||||
|
||||
<TextView
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
android:id="@+id/errorInfoLabelsView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="?android:attr/colorAccent"
|
||||
android:textColor="?attr/colorAccent"
|
||||
android:text="@string/info_labels"/>
|
||||
|
||||
<HorizontalScrollView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue