summaryrefslogtreecommitdiff
path: root/res/layout/gpodnetauth_credentials.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-09-04 17:26:07 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-09-04 17:26:07 +0200
commit8d94bf9e67fbc6496074ec14236f4de35503013e (patch)
treeca75df4cedd3937fa545151019bed6f5e361feca /res/layout/gpodnetauth_credentials.xml
parent58f5c61a54975e829b455bdda84e2ea040ea323d (diff)
downloadAntennaPod-8d94bf9e67fbc6496074ec14236f4de35503013e.zip
Improved layout of login GUI
Diffstat (limited to 'res/layout/gpodnetauth_credentials.xml')
-rw-r--r--res/layout/gpodnetauth_credentials.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/res/layout/gpodnetauth_credentials.xml b/res/layout/gpodnetauth_credentials.xml
index 8d32a5e2b..b66fc9414 100644
--- a/res/layout/gpodnetauth_credentials.xml
+++ b/res/layout/gpodnetauth_credentials.xml
@@ -53,13 +53,15 @@
<TextView
android:id="@+id/txtvError"
- android:layout_width="wrap_content"
+ android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_below="@id/etxtPassword"
android:layout_alignParentLeft="true"
- android:layout_alignBottom="@id/butLogin"
+ android:layout_toLeftOf="@id/butLogin"
android:textColor="@color/download_failed_red"
- android:textSize="@dimen/text_size_medium"
+ android:textSize="@dimen/text_size_small"
+ android:maxLines="2"
+ android:ellipsize="end"
android:gravity="center"
android:layout_margin="16dp"/>
@@ -67,10 +69,9 @@
android:id="@+id/progBarLogin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_toLeftOf="@id/butLogin"
- android:layout_below="@id/etxtPassword"
- android:layout_alignBottom="@id/butLogin"
- android:visibility="gone"/>
+ android:visibility="gone"
+ android:layout_alignTop="@+id/butLogin"
+ android:layout_toLeftOf="@+id/butLogin"/>
<TextView
android:layout_width="match_parent"