You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.6 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".ReorderActivity"
android:id="@+id/reorder_fragment"
android:background="@android:color/black"
android:orientation="vertical" >
android:id="@+id/dgv"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:background="@android:color/black" >
android:layout_height="30dp"
android:layout_width="fill_parent">
android:layout_width="20dp"
android:layout_height="fill_parent"
android:layout_gravity="right"
android:background="@android:color/transparent"
android:onClick="showEasterEgg" >
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/status_bar_close_on"
android:gravity="center"
android:text="@string/app_name_version"
android:textColor="#ff999999"
android:textSize="16sp"
android:textStyle="normal"
android:id="@+id/bottom_title" />