summaryrefslogtreecommitdiffstats
path: root/res/layout/actionbar_pulldown_menu_top_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/actionbar_pulldown_menu_top_button.xml')
-rw-r--r--res/layout/actionbar_pulldown_menu_top_button.xml22
1 files changed, 4 insertions, 18 deletions
diff --git a/res/layout/actionbar_pulldown_menu_top_button.xml b/res/layout/actionbar_pulldown_menu_top_button.xml
index 746592df..27bc29e4 100644
--- a/res/layout/actionbar_pulldown_menu_top_button.xml
+++ b/res/layout/actionbar_pulldown_menu_top_button.xml
@@ -14,7 +14,8 @@
limitations under the License.
-->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="48dip"
android:gravity="center_vertical"
@@ -28,30 +29,15 @@
android:textSize="12sp"
android:layout_marginTop="-2dip"
android:layout_marginBottom="-8dip"
- android:layout_alignParentTop="true"
- android:layout_alignParentLeft="true"
- android:textColor="@color/calendar_view_switch_menu_text_color"
- android:gravity="left" />
-
- <TextView android:id="@+id/top_button_lunar"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="-2dip"
- android:layout_marginBottom="-8dip"
- android:layout_marginLeft="8dip"
- android:layout_toRightOf="@id/top_button_weekday"
- android:singleLine="true"
- android:textSize="12sp"
android:textColor="@color/calendar_view_switch_menu_text_color"
android:gravity="left" />
<TextView android:id="@+id/top_button_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_below="@id/top_button_weekday"
android:singleLine="true"
android:textSize="@dimen/action_bar_date_text_size"
android:textColor="@color/calendar_view_switch_menu_text_color"
android:gravity="left" />
-</RelativeLayout> \ No newline at end of file
+</LinearLayout>
+