Fixed layout of error textview

This commit is contained in:
daniel oeh 2013-09-15 14:46:05 +02:00
parent a1262f2806
commit f1a45f1308
1 changed files with 4 additions and 4 deletions

View File

@ -52,14 +52,14 @@
<TextView
android:id="@+id/txtvError"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@id/etxtCaption"
android:layout_alignBottom="@id/butCreateNewDevice"
android:layout_below="@id/etxtDeviceID"
android:layout_toLeftOf="@id/butCreateNewDevice"
android:textColor="@color/download_failed_red"
android:layout_margin="16dp"
android:textSize="@dimen/text_size_medium"
android:textSize="@dimen/text_size_small"
/>
<ProgressBar