(Bug 45393) Replace login subtitle with just the app name

This commit is contained in:
YuviPanda 2013-02-27 07:27:16 +05:30
parent 05828958fc
commit 0ecbe5c605
2 changed files with 3 additions and 6 deletions

View file

@ -20,10 +20,9 @@
android:id="@+id/loginSubtitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="@string/login_subtitle"
android:textAllCaps="true"
android:textAppearance="?android:attr/textAppearanceSmall" />
android:layout_marginTop="8dp"
android:text="@string/app_name"
android:textAppearance="?android:attr/textAppearanceMedium" />
<LinearLayout
android:layout_width="fill_parent"