mirror of
https://github.com/zxing/zxing.git
synced 2025-01-13 04:07:27 -08:00
Make font sizes more consistent in the app
git-svn-id: https://zxing.googlecode.com/svn/trunk@1418 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
f3f321dac9
commit
1851520440
|
@ -34,7 +34,7 @@
|
|||
android:layout_gravity="center_vertical"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/contents_text"
|
||||
android:textSize="20.0sp"
|
||||
android:textSize="22sp"
|
||||
android:paddingRight="8dip"
|
||||
android:paddingTop="8dip"
|
||||
android:paddingBottom="8dip"/>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="left"
|
||||
android:textColor="@color/share_text"
|
||||
android:textSize="18.0sp"
|
||||
android:textSize="14sp"
|
||||
android:text="@string/msg_share_explanation"
|
||||
android:paddingBottom="32dip"/>
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
android:layout_gravity="left"
|
||||
android:text="@string/msg_default_format"
|
||||
android:textColor="@color/result_minor_text"
|
||||
android:textSize="12sp"/>
|
||||
android:textSize="14sp"/>
|
||||
|
||||
<TextView android:id="@+id/type_text_view"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -74,7 +74,7 @@
|
|||
android:layout_gravity="left"
|
||||
android:text="@string/msg_default_type"
|
||||
android:textColor="@color/result_minor_text"
|
||||
android:textSize="12sp"/>
|
||||
android:textSize="14sp"/>
|
||||
|
||||
<TextView android:id="@+id/time_text_view"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -82,7 +82,7 @@
|
|||
android:layout_gravity="left"
|
||||
android:text="@string/msg_default_time"
|
||||
android:textColor="@color/result_minor_text"
|
||||
android:textSize="12sp"/>
|
||||
android:textSize="14sp"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
android:layout_gravity="center_horizontal"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/contents_text"
|
||||
android:textSize="20.0sp"
|
||||
android:textSize="22sp"
|
||||
android:paddingBottom="8dip"
|
||||
android:paddingLeft="8dip"
|
||||
android:paddingRight="8dip"/>
|
||||
|
|
|
@ -23,4 +23,4 @@
|
|||
android:enabled="false"
|
||||
android:textColor="@color/sbc_header_text"
|
||||
android:singleLine="true"
|
||||
android:textSize="16sp"/>
|
||||
android:textSize="14sp"/>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
android:layout_marginRight="8dip"
|
||||
android:textColor="@color/sbc_page_number_text"
|
||||
android:singleLine="false"
|
||||
android:textSize="16sp"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"/>
|
||||
|
||||
<TextView android:id="@+id/snippet_view"
|
||||
|
@ -38,7 +38,7 @@
|
|||
android:layout_gravity="left|top"
|
||||
android:textColor="@color/sbc_snippet_text"
|
||||
android:singleLine="false"
|
||||
android:textSize="16sp"
|
||||
android:textSize="14sp"
|
||||
android:typeface="serif"/>
|
||||
|
||||
</com.google.zxing.client.android.book.SearchBookContentsListItem>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:gravity="left"
|
||||
android:textColor="@color/share_text"
|
||||
android:textSize="18.0sp"
|
||||
android:textSize="14sp"
|
||||
android:text="@string/msg_share_explanation"
|
||||
android:paddingBottom="24dip"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue