1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-07 10:40:11 -05:00
This commit is contained in:
Andrew Chen 2011-02-08 18:54:07 -08:00
parent 2d347826a7
commit 4aaabddfa5

View File

@ -1,88 +1,88 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"> <merge xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout <LinearLayout
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="wrap_content"
android:paddingBottom="2dip"
android:gravity="center_vertical">
<Button
android:id="@+id/reply"
android:text="@string/reply_action"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingBottom="2dip" android:layout_width="0dip"
android:gravity="center_vertical"> android:layout_weight="1"/>
<Button <Button
android:id="@+id/reply" android:id="@+id/reply_all"
android:text="@string/reply_action" android:text="@string/reply_all_action"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1" />
<Button
android:id="@+id/reply_all"
android:text="@string/reply_all_action"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1" />
<Button
android:id="@+id/forward"
android:text="@string/forward_action"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1" />
</LinearLayout>
<LinearLayout
android:id="@+id/scrolling_move_buttons"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingBottom="2dip" android:layout_width="0dip"
android:gravity="center_vertical"> android:layout_weight="1"/>
<Button <Button
android:id="@+id/archive_scrolling" android:id="@+id/forward"
android:text="@string/message_view_archive_action" android:text="@string/forward_action"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1" />
<Button
android:id="@+id/move_scrolling"
android:text="@string/message_view_move_action"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1" />
<Button
android:id="@+id/spam_scrolling"
android:text="@string/message_view_spam_action"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1" />
</LinearLayout>
<LinearLayout
android:id="@+id/scrolling_buttons"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="center_vertical"> android:layout_width="0dip"
<Button android:layout_weight="1"/>
android:id="@+id/previous_scrolling" </LinearLayout>
android:text="@string/message_view_prev_action" <LinearLayout
android:contentDescription="@string/previous_action" android:id="@+id/scrolling_move_buttons"
android:textSize="35dip" android:orientation="horizontal"
android:padding="0dip" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="0dip" android:paddingBottom="2dip"
android:layout_weight="1" /> android:gravity="center_vertical">
<Button
android:id="@+id/archive_scrolling"
android:text="@string/message_view_archive_action"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"/>
<ImageButton <Button
android:id="@+id/delete_scrolling" android:id="@+id/move_scrolling"
android:layout_height="wrap_content" android:text="@string/message_view_move_action"
android:src="@drawable/ic_button_delete" android:layout_height="wrap_content"
android:layout_width="0dip" android:layout_width="0dip"
android:layout_weight="1" /> android:layout_weight="1"/>
<Button
android:id="@+id/next_scrolling" <Button
android:padding="0dip" android:id="@+id/spam_scrolling"
android:text="@string/message_view_next_action" android:text="@string/message_view_spam_action"
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> <LinearLayout
android:id="@+id/scrolling_buttons"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical">
<Button
android:id="@+id/previous_scrolling"
android:text="@string/message_view_prev_action"
android:contentDescription="@string/previous_action"
android:textSize="35dip"
android:padding="0dip"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"/>
<ImageButton
android:id="@+id/delete_scrolling"
android:layout_height="wrap_content"
android:src="@drawable/ic_button_delete"
android:layout_width="0dip"
android:layout_weight="1"/>
<Button
android:id="@+id/next_scrolling"
android:padding="0dip"
android:text="@string/message_view_next_action"
android:textSize="35dip"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"/>
</LinearLayout>
</merge> </merge>