mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 09:08:49 -05:00
In message view:
- Changed scrollbar style - Changed button heights to default - Wider "Open" and "Save" buttons for attachments
This commit is contained in:
parent
331a6ca99b
commit
9eadd15c09
@ -10,7 +10,7 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="0dip"
|
android:layout_height="0dip"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:scrollbarStyle="outsideInset"
|
android:scrollbarStyle="outsideOverlay"
|
||||||
android:fillViewport="true"
|
android:fillViewport="true"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:fadingEdge="none">
|
android:fadingEdge="none">
|
||||||
@ -29,7 +29,7 @@
|
|||||||
android:id="@+id/extra_buttons"
|
android:id="@+id/extra_buttons"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="57dip"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/reply"
|
android:id="@+id/reply"
|
||||||
@ -54,8 +54,7 @@
|
|||||||
android:id="@+id/scrolling_buttons"
|
android:id="@+id/scrolling_buttons"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="57dip"
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/ic_email_thread_open_bottom_default"
|
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/previous_scrolling"
|
android:id="@+id/previous_scrolling"
|
||||||
@ -87,7 +86,8 @@
|
|||||||
android:id="@+id/bottom_buttons"
|
android:id="@+id/bottom_buttons"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="57dip"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="2dip"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
<Button
|
<Button
|
||||||
@ -95,14 +95,14 @@
|
|||||||
android:text="@string/message_view_prev_action"
|
android:text="@string/message_view_prev_action"
|
||||||
android:textSize="35dip"
|
android:textSize="35dip"
|
||||||
android:padding="0dip"
|
android:padding="0dip"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/delete"
|
android:id="@+id/delete"
|
||||||
android:text="@string/delete_action"
|
android:text="@string/delete_action"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1" />
|
||||||
<Button
|
<Button
|
||||||
@ -110,7 +110,7 @@
|
|||||||
android:text="@string/message_view_next_action"
|
android:text="@string/message_view_next_action"
|
||||||
android:textSize="35dip"
|
android:textSize="35dip"
|
||||||
android:padding="0dip"
|
android:padding="0dip"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -50,6 +50,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
style="?android:attr/buttonStyleSmall"
|
style="?android:attr/buttonStyleSmall"
|
||||||
|
android:paddingLeft="20dip"
|
||||||
|
android:paddingRight="20dip"
|
||||||
android:text="@string/message_view_attachment_download_action"
|
android:text="@string/message_view_attachment_download_action"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
@ -60,6 +62,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
style="?android:attr/buttonStyleSmall"
|
style="?android:attr/buttonStyleSmall"
|
||||||
|
android:paddingLeft="20dip"
|
||||||
|
android:paddingRight="20dip"
|
||||||
android:text="@string/message_view_attachment_view_action"
|
android:text="@string/message_view_attachment_view_action"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:layout_toLeftOf="@id/download"
|
android:layout_toLeftOf="@id/download"
|
||||||
|
Loading…
Reference in New Issue
Block a user