Use correct units
This commit is contained in:
parent
62cd06997a
commit
f5ee9c3181
|
@ -25,8 +25,8 @@
|
|||
android:background="@drawable/ic_number_border"
|
||||
android:focusable="false"
|
||||
android:paddingRight="10dp"
|
||||
android:layout_marginLeft="20px"
|
||||
android:layout_marginBottom="4px"
|
||||
android:layout_marginLeft="20dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:text="99"
|
||||
android:textAppearance="?android:attr/textAppearanceSmallPopupMenu"
|
||||
android:textSize="11sp"
|
||||
|
@ -34,4 +34,4 @@
|
|||
android:layout_gravity="center_vertical"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:visibility="gone"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/tasker.edit_shuffle_mode"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
<CheckBox
|
||||
|
@ -33,7 +33,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/tasker.edit_shuffle_start_year"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/tasker.edit_shuffle_end_year"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
|
||||
|
@ -91,7 +91,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/tasker.edit_shuffle_genre"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
|
||||
|
@ -112,7 +112,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/tasker.edit_server_offline"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
|
||||
|
@ -121,4 +121,4 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/shuffle.startYear"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
<EditText
|
||||
|
@ -36,7 +36,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/shuffle.endYear"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
<EditText
|
||||
|
@ -59,7 +59,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/shuffle.genre" />
|
||||
<EditText
|
||||
android:id="@+id/genre"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/common.name" />
|
||||
<EditText
|
||||
android:id="@+id/get_playlist_name"
|
||||
|
@ -36,7 +36,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/common.comment"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
<EditText
|
||||
|
@ -59,7 +59,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="4dp"
|
||||
android:textSize="20dp"
|
||||
android:textSize="20sp"
|
||||
android:text="@string/common.public"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
<CheckBox
|
||||
|
|
Loading…
Reference in New Issue