diff options
| author | John Heroy <johnheroy@gmail.com> | 2015-10-16 12:08:47 -0700 | 
|---|---|---|
| committer | John Heroy <johnheroy@gmail.com> | 2015-10-16 12:08:47 -0700 | 
| commit | 5c402a49fe720861dc8a090d2efeb9caddbae3c5 (patch) | |
| tree | 283c9f74008787791afe4bd01fc13134cd13c923 /app/src | |
| parent | 0ac3863bd01780c1fa6336b42468b14e950aaf45 (diff) | |
| download | connectbot-5c402a49fe720861dc8a090d2efeb9caddbae3c5.tar.gz connectbot-5c402a49fe720861dc8a090d2efeb9caddbae3c5.tar.bz2 connectbot-5c402a49fe720861dc8a090d2efeb9caddbae3c5.zip  | |
Align host list status icon to left side
Diffstat (limited to 'app/src')
| -rw-r--r-- | app/src/main/res/layout/item_host.xml | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/app/src/main/res/layout/item_host.xml b/app/src/main/res/layout/item_host.xml index d39da8d..6059393 100644 --- a/app/src/main/res/layout/item_host.xml +++ b/app/src/main/res/layout/item_host.xml @@ -30,11 +30,11 @@  		android:id="@android:id/icon"  		android:layout_width="40dp"  		android:layout_height="40dp" -		android:layout_alignParentEnd="true" -		android:layout_alignParentRight="true" +		android:layout_alignParentStart="true" +		android:layout_alignParentLeft="true"  		android:layout_centerVertical="true" -		android:layout_marginEnd="16dp" -		android:layout_marginRight="16dp" +		android:layout_marginStart="16dp" +		android:layout_marginLeft="16dp"  		android:contentDescription="@string/image_description_connected"  		android:src="@drawable/connected"  		/> @@ -47,11 +47,11 @@  		android:layout_alignWithParentIfMissing="true"  		android:layout_centerVertical="true"  		android:layout_marginEnd="16dp" -		android:layout_marginLeft="16dp" +		android:layout_marginLeft="72dp"  		android:layout_marginRight="16dp" -		android:layout_marginStart="16dp" -		android:layout_toLeftOf="@android:id/icon" -		android:layout_toStartOf="@android:id/icon" +		android:layout_marginStart="72dp" +		android:layout_toRightOf="@android:id/icon" +		android:layout_toEndOf="@android:id/icon"  		android:orientation="vertical"  		>  | 
