triangle layout tweak, bump version
This commit is contained in:
parent
87c43f4981
commit
e4eb7fba80
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.fox.ttrss"
|
package="org.fox.ttrss"
|
||||||
android:versionCode="91"
|
android:versionCode="92"
|
||||||
android:versionName="0.7.0" >
|
android:versionName="0.7.1" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="11" />
|
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="11" />
|
||||||
|
|
||||||
|
@ -138,10 +138,14 @@
|
|||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -139,10 +139,14 @@
|
|||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -138,11 +138,14 @@
|
|||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -35,8 +35,8 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textColor="?headlineSelectedTextColor"
|
|
||||||
android:text="{Title...}"
|
android:text="{Title...}"
|
||||||
|
android:textColor="?headlineSelectedTextColor"
|
||||||
android:textSize="16sp" >
|
android:textSize="16sp" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
@ -101,40 +101,44 @@
|
|||||||
android:padding="3dip" >
|
android:padding="3dip" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/attachments_holder"
|
android:id="@+id/attachments_holder"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0" >
|
||||||
|
|
||||||
|
<Spinner
|
||||||
|
android:id="@+id/attachments"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0" >
|
android:layout_weight="1"
|
||||||
|
android:prompt="@string/attachments_prompt" />
|
||||||
|
|
||||||
<Spinner
|
<Button
|
||||||
android:id="@+id/attachments"
|
android:id="@+id/attachment_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="0"
|
||||||
android:prompt="@string/attachments_prompt" />
|
android:text="@string/attachment_view" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/attachment_view"
|
android:id="@+id/attachment_copy"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:text="@string/attachment_view" />
|
android:text="@string/attachment_copy" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
android:id="@+id/attachment_copy"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="0"
|
|
||||||
android:text="@string/attachment_copy" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -6,7 +6,6 @@
|
|||||||
android:background="?headlineNormalBackground"
|
android:background="?headlineNormalBackground"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/linearLayout6"
|
android:id="@+id/linearLayout6"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -36,8 +35,8 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textColor="?headlineTextColor"
|
|
||||||
android:text="{Title...}"
|
android:text="{Title...}"
|
||||||
|
android:textColor="?headlineTextColor"
|
||||||
android:textSize="16sp" >
|
android:textSize="16sp" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
@ -102,40 +101,44 @@
|
|||||||
android:padding="3dip" >
|
android:padding="3dip" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/attachments_holder"
|
android:id="@+id/attachments_holder"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0" >
|
||||||
|
|
||||||
|
<Spinner
|
||||||
|
android:id="@+id/attachments"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0" >
|
android:layout_weight="1"
|
||||||
|
android:prompt="@string/attachments_prompt" />
|
||||||
|
|
||||||
<Spinner
|
<Button
|
||||||
android:id="@+id/attachments"
|
android:id="@+id/attachment_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="0"
|
||||||
android:prompt="@string/attachments_prompt" />
|
android:text="@string/attachment_view" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/attachment_view"
|
android:id="@+id/attachment_copy"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:text="@string/attachment_view" />
|
android:text="@string/attachment_copy" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
android:id="@+id/attachment_copy"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="0"
|
|
||||||
android:text="@string/attachment_copy" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -35,8 +35,8 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textColor="?headlineSelectedTextColor"
|
|
||||||
android:text="{Title...}"
|
android:text="{Title...}"
|
||||||
|
android:textColor="?headlineSelectedTextColor"
|
||||||
android:textSize="16sp" >
|
android:textSize="16sp" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
@ -101,41 +101,44 @@
|
|||||||
android:padding="3dip" >
|
android:padding="3dip" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/attachments_holder"
|
android:id="@+id/attachments_holder"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0" >
|
||||||
|
|
||||||
|
<Spinner
|
||||||
|
android:id="@+id/attachments"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0" >
|
android:layout_weight="1"
|
||||||
|
android:prompt="@string/attachments_prompt" />
|
||||||
|
|
||||||
<Spinner
|
<Button
|
||||||
android:id="@+id/attachments"
|
android:id="@+id/attachment_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="0"
|
||||||
android:prompt="@string/attachments_prompt" />
|
android:text="@string/attachment_view" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/attachment_view"
|
android:id="@+id/attachment_copy"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:text="@string/attachment_view" />
|
android:text="@string/attachment_copy" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
android:id="@+id/attachment_copy"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="0"
|
|
||||||
android:text="@string/attachment_copy" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -101,41 +101,44 @@
|
|||||||
android:padding="3dip" >
|
android:padding="3dip" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/attachments_holder"
|
android:id="@+id/attachments_holder"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0" >
|
||||||
|
|
||||||
|
<Spinner
|
||||||
|
android:id="@+id/attachments"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0" >
|
android:layout_weight="1"
|
||||||
|
android:prompt="@string/attachments_prompt" />
|
||||||
|
|
||||||
<Spinner
|
<Button
|
||||||
android:id="@+id/attachments"
|
android:id="@+id/attachment_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="0"
|
||||||
android:prompt="@string/attachments_prompt" />
|
android:text="@string/attachment_view" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/attachment_view"
|
android:id="@+id/attachment_copy"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:text="@string/attachment_view" />
|
android:text="@string/attachment_copy" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
android:id="@+id/attachment_copy"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="0"
|
|
||||||
android:text="@string/attachment_copy" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -6,7 +6,6 @@
|
|||||||
android:background="?headlineNormalBackground"
|
android:background="?headlineNormalBackground"
|
||||||
android:orientation="vertical" >
|
android:orientation="vertical" >
|
||||||
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/linearLayout6"
|
android:id="@+id/linearLayout6"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -104,7 +103,6 @@
|
|||||||
</ImageView>
|
</ImageView>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -115,41 +113,44 @@
|
|||||||
android:padding="3dip" >
|
android:padding="3dip" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/attachments_holder"
|
android:id="@+id/attachments_holder"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0" >
|
||||||
|
|
||||||
|
<Spinner
|
||||||
|
android:id="@+id/attachments"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0" >
|
android:layout_weight="1"
|
||||||
|
android:prompt="@string/attachments_prompt" />
|
||||||
|
|
||||||
<Spinner
|
<Button
|
||||||
android:id="@+id/attachments"
|
android:id="@+id/attachment_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="0"
|
||||||
android:prompt="@string/attachments_prompt" />
|
android:text="@string/attachment_view" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/attachment_view"
|
android:id="@+id/attachment_copy"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:text="@string/attachment_view" />
|
android:text="@string/attachment_copy" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
android:id="@+id/attachment_copy"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="0"
|
|
||||||
android:text="@string/attachment_copy" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -103,7 +103,6 @@
|
|||||||
</ImageView>
|
</ImageView>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -114,40 +113,44 @@
|
|||||||
android:padding="3dip" >
|
android:padding="3dip" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/attachments_holder"
|
android:id="@+id/attachments_holder"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0" >
|
||||||
|
|
||||||
|
<Spinner
|
||||||
|
android:id="@+id/attachments"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0" >
|
android:layout_weight="1"
|
||||||
|
android:prompt="@string/attachments_prompt" />
|
||||||
|
|
||||||
<Spinner
|
<Button
|
||||||
android:id="@+id/attachments"
|
android:id="@+id/attachment_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="0"
|
||||||
android:prompt="@string/attachments_prompt" />
|
android:text="@string/attachment_view" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/attachment_view"
|
android:id="@+id/attachment_copy"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:text="@string/attachment_view" />
|
android:text="@string/attachment_copy" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
android:id="@+id/attachment_copy"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="0"
|
|
||||||
android:text="@string/attachment_copy" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -103,7 +103,6 @@
|
|||||||
</ImageView>
|
</ImageView>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -114,40 +113,44 @@
|
|||||||
android:padding="3dip" >
|
android:padding="3dip" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/attachments_holder"
|
android:id="@+id/attachments_holder"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0" >
|
||||||
|
|
||||||
|
<Spinner
|
||||||
|
android:id="@+id/attachments"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0" >
|
android:layout_weight="1"
|
||||||
|
android:prompt="@string/attachments_prompt" />
|
||||||
|
|
||||||
<Spinner
|
<Button
|
||||||
android:id="@+id/attachments"
|
android:id="@+id/attachment_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="0"
|
||||||
android:prompt="@string/attachments_prompt" />
|
android:text="@string/attachment_view" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/attachment_view"
|
android:id="@+id/attachment_copy"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0"
|
android:layout_weight="0"
|
||||||
android:text="@string/attachment_view" />
|
android:text="@string/attachment_copy" />
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<Button
|
<ImageButton
|
||||||
android:id="@+id/attachment_copy"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="0"
|
|
||||||
android:text="@string/attachment_copy" />
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<ImageButton
|
|
||||||
android:id="@+id/article_menu_button"
|
android:id="@+id/article_menu_button"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="right"
|
android:layout_gravity="right"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:layout_width="wrap_content"
|
android:paddingBottom="4dp"
|
||||||
android:layout_height="wrap_content"
|
android:paddingRight="4dp"
|
||||||
|
android:paddingTop="4dp"
|
||||||
|
android:scaleType="fitEnd"
|
||||||
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
android:src="@drawable/ic_mailbox_collapsed_holo_light" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in New Issue
Block a user