diff options
author | hlad <hladma@gmail.com> | 2015-08-14 22:24:05 +0200 |
---|---|---|
committer | hlad <hladma@gmail.com> | 2015-08-14 22:24:05 +0200 |
commit | 4539643f27ce38e7de121655effcae4070e25385 (patch) | |
tree | db0c359981faf007808e94a0d1265f6a23427813 /src/main/res/layout/activity_edit_account.xml | |
parent | 81b7e27a468edb37994225fa7ad3581e26f73c9d (diff) |
show HTTP upload availability on Edit account screen
Diffstat (limited to 'src/main/res/layout/activity_edit_account.xml')
-rw-r--r-- | src/main/res/layout/activity_edit_account.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 2fdab08e..0be934a8 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -303,6 +303,26 @@ android:textSize="?attr/TextSizeBody" tools:ignore="RtlHardcoded"/> </TableRow> + <TableRow + android:layout_width="fill_parent" + android:layout_height="wrap_content" > + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/server_info_http_upload" + android:textColor="@color/black87" + android:textSize="?attr/TextSizeBody" /> + + <TextView + android:id="@+id/server_info_http_upload" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="right" + android:textColor="@color/black87" + android:textSize="?attr/TextSizeBody" + tools:ignore="RtlHardcoded"/> + </TableRow> </TableLayout> <RelativeLayout |