mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Give star a bit more room so there is no cut-off. Don't force the scrollbar on the outside so the listitems can take the whole width.
This commit is contained in:
parent
592ed3ef38
commit
ee283c0c77
@ -10,10 +10,10 @@
|
||||
android:id="@+id/flagged"
|
||||
android:focusable="false"
|
||||
android:button="@drawable/star"
|
||||
|
||||
android:layout_marginRight="5dip"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_height="20dip"
|
||||
android:layout_width="20dip"
|
||||
android:layout_width="23dip"
|
||||
android:layout_alignParentRight="true"
|
||||
/>
|
||||
<RelativeLayout
|
||||
|
@ -89,11 +89,9 @@
|
||||
<CheckBox
|
||||
android:id="@+id/flagged"
|
||||
android:layout_height="20dip"
|
||||
android:layout_width="20dip"
|
||||
android:layout_marginLeft="2dip"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_width="23dip"
|
||||
android:layout_marginLeft="3dip"
|
||||
android:layout_marginRight="7dip"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:button="@drawable/star"
|
||||
android:focusable="false" />
|
||||
|
@ -40,6 +40,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginRight="3dip"
|
||||
android:paddingLeft="5dip"
|
||||
android:singleLine="true"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
@ -52,6 +53,7 @@
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:gravity="bottom"
|
||||
android:layout_marginRight="3dip"
|
||||
android:layout_below="@+id/date"
|
||||
android:layout_marginTop="3dip"
|
||||
style="?android:attr/starStyle"
|
||||
|
@ -898,7 +898,6 @@ public class MessageList
|
||||
setContentView(R.layout.message_list);
|
||||
|
||||
mListView = (ListView) findViewById(R.id.message_list);
|
||||
mListView.setScrollBarStyle(View.SCROLLBARS_OUTSIDE_INSET);
|
||||
mListView.setLongClickable(true);
|
||||
mListView.setFastScrollEnabled(true);
|
||||
mListView.setScrollingCacheEnabled(false);
|
||||
|
Loading…
Reference in New Issue
Block a user