Skip to content

Commit

Permalink
[android] improved layout for clickability
Browse files Browse the repository at this point in the history
  • Loading branch information
gubatron committed Mar 25, 2016
1 parent f7a1aa8 commit 9017925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/res/layout/fragment_transfers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@
<!-- DHT peers -->
<TextView android:id="@+id/fragment_transfers_dht_peers"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:textColor="@color/app_light_gray_text"
android:textSize="@dimen/text_size_extra_micro"
android:gravity="center_vertical"
android:layout_gravity="center_vertical"
android:layout_marginLeft="5dp"
android:layout_weight="1.0"
android:text="@string/dht_contacts"/>

<View android:layout_weight="1.0" android:layout_width="0dp" android:layout_height="fill_parent"/>

<LinearLayout android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical">
Expand Down

0 comments on commit 9017925

Please sign in to comment.