support for different display densities
This commit is contained in:
@@ -19,13 +19,7 @@
|
||||
<TextView a:id="@+id/var_text"
|
||||
a:layout_width="fill_parent"
|
||||
a:layout_height="fill_parent"
|
||||
a:textSize="20dp"
|
||||
a:textColor="@android:color/white"
|
||||
a:paddingBottom="3dp"
|
||||
a:paddingLeft="6dp"
|
||||
a:paddingRight="6dp"
|
||||
a:paddingTop="6dp"
|
||||
a:textStyle="bold">
|
||||
style="@style/var_text">
|
||||
</TextView>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -33,10 +27,7 @@
|
||||
<TextView a:id="@+id/var_description"
|
||||
a:layout_width="fill_parent"
|
||||
a:layout_height="fill_parent"
|
||||
a:paddingBottom="6dp"
|
||||
a:paddingLeft="6dp"
|
||||
a:paddingRight="6dp"
|
||||
a:paddingTop="0dp">
|
||||
style="@style/var_description">
|
||||
</TextView>
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user