mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-31 15:20:09 -05:00
astyle
This commit is contained in:
parent
2d347826a7
commit
4aaabddfa5
@ -12,19 +12,19 @@
|
|||||||
android:text="@string/reply_action"
|
android:text="@string/reply_action"
|
||||||
android:layout_height="wrap_content"
|
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/reply_all"
|
android:id="@+id/reply_all"
|
||||||
android:text="@string/reply_all_action"
|
android:text="@string/reply_all_action"
|
||||||
android:layout_height="wrap_content"
|
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/forward"
|
android:id="@+id/forward"
|
||||||
android:text="@string/forward_action"
|
android:text="@string/forward_action"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/scrolling_move_buttons"
|
android:id="@+id/scrolling_move_buttons"
|
||||||
@ -38,21 +38,21 @@
|
|||||||
android:text="@string/message_view_archive_action"
|
android:text="@string/message_view_archive_action"
|
||||||
android:layout_height="wrap_content"
|
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/move_scrolling"
|
android:id="@+id/move_scrolling"
|
||||||
android:text="@string/message_view_move_action"
|
android:text="@string/message_view_move_action"
|
||||||
android:layout_height="wrap_content"
|
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/spam_scrolling"
|
android:id="@+id/spam_scrolling"
|
||||||
android:text="@string/message_view_spam_action"
|
android:text="@string/message_view_spam_action"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/scrolling_buttons"
|
android:id="@+id/scrolling_buttons"
|
||||||
@ -68,14 +68,14 @@
|
|||||||
android:padding="0dip"
|
android:padding="0dip"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1"/>
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/delete_scrolling"
|
android:id="@+id/delete_scrolling"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:src="@drawable/ic_button_delete"
|
android:src="@drawable/ic_button_delete"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1"/>
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/next_scrolling"
|
android:id="@+id/next_scrolling"
|
||||||
android:padding="0dip"
|
android:padding="0dip"
|
||||||
@ -83,6 +83,6 @@
|
|||||||
android:textSize="35dip"
|
android:textSize="35dip"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</merge>
|
</merge>
|
||||||
|
Loading…
Reference in New Issue
Block a user