Merge pull request #499 from betheg/hardcoded_string
fix lint-warning: Hardcoded text
This commit is contained in:
commit
f2b8ce8cae
|
@ -11,7 +11,7 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingTop="8dp"
|
android:paddingTop="8dp"
|
||||||
android:text="Jabber ID"
|
android:text="@string/account_settings_jabber_id"
|
||||||
android:textColor="@color/primarytext"
|
android:textColor="@color/primarytext"
|
||||||
android:textSize="?attr/TextSizeHeadline" />
|
android:textSize="?attr/TextSizeHeadline" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue