mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 848961: Cleanup font-sizes in Android UI. [r=mfinkle]
--HG-- extra : rebase_source : 9a941ec2064df41457667ca29764bf6ea27896f5
This commit is contained in:
parent
a16febdfb1
commit
46bc929960
@ -50,7 +50,7 @@
|
||||
android:drawablePadding="7dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:textSize="15sp"
|
||||
android:textSize="16sp"
|
||||
android:textColor="#FFFFFF"
|
||||
android:visibility="gone"
|
||||
android:focusable="true"/>
|
||||
|
@ -60,7 +60,7 @@
|
||||
android:drawablePadding="7dp"
|
||||
android:gravity="center"
|
||||
android:clickable="true"
|
||||
android:textSize="15sp"
|
||||
android:textSize="16sp"
|
||||
android:textColor="#FFFFFF"
|
||||
android:visibility="gone"
|
||||
android:focusable="true"/>
|
||||
|
@ -9,7 +9,7 @@
|
||||
android:layout_height="@dimen/awesomebar_header_row_height"
|
||||
android:background="@drawable/awesomebar_header_row"
|
||||
android:textColor="#222222"
|
||||
android:textSize="13sp"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="6dip"
|
||||
|
@ -46,7 +46,7 @@
|
||||
android:layout_marginLeft="6dip"
|
||||
android:layout_marginRight="6dip"
|
||||
android:textColor="#9198A1"
|
||||
android:textSize="13sp"
|
||||
android:textSize="14sp"
|
||||
android:layout_below="@id/title"
|
||||
android:layout_toRightOf="@id/favicon"
|
||||
android:layout_toLeftOf="@id/bookmark_icon"
|
||||
|
@ -21,7 +21,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="#222222"
|
||||
android:textSize="13sp"
|
||||
android:textSize="14sp"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_gravity="center_vertical"/>
|
||||
|
||||
|
@ -22,13 +22,13 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:textColor="@color/awesome_bar_title"
|
||||
android:layout_marginLeft="6dip"
|
||||
android:textSize="13sp"
|
||||
android:textSize="14sp"
|
||||
android:layout_weight="1" />
|
||||
|
||||
<TextView android:id="@+id/suggestions_prompt_yes"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:textSize="13sp"
|
||||
android:textSize="14sp"
|
||||
android:layout_marginLeft="15dip"
|
||||
android:background="@drawable/suggestion_selector"
|
||||
android:paddingLeft="15dp"
|
||||
@ -41,7 +41,7 @@
|
||||
<TextView android:id="@+id/suggestions_prompt_no"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:textSize="13sp"
|
||||
android:textSize="14sp"
|
||||
android:layout_marginLeft="6dip"
|
||||
android:background="@drawable/suggestion_selector"
|
||||
android:paddingLeft="15dp"
|
||||
|
@ -13,6 +13,6 @@
|
||||
android:padding="10dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:textSize="13sp"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/awesome_bar_title"
|
||||
gecko:autoUpdateTheme="false"/>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
<TextView android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/doorhanger_text"
|
||||
android:text="@string/identity_connected_to"/>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
<TextView android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/doorhanger_text"
|
||||
android:text="@string/identity_run_by"
|
||||
android:paddingTop="12dip"/>
|
||||
@ -45,7 +45,7 @@
|
||||
<TextView android:id="@+id/verifier"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/doorhanger_text"
|
||||
android:paddingTop="12dip"/>
|
||||
|
||||
|
@ -361,7 +361,7 @@
|
||||
<item name="android:paddingBottom">1dip</item>
|
||||
<item name="android:paddingLeft">5dip</item>
|
||||
<item name="android:paddingRight">5dip</item>
|
||||
<item name="android:textSize">10sp</item>
|
||||
<item name="android:textSize">12sp</item>
|
||||
<item name="android:gravity">center|left</item>
|
||||
</style>
|
||||
|
||||
@ -389,7 +389,7 @@
|
||||
<style name="AboutHome.LastTabRow" />
|
||||
|
||||
<style name="AboutHome.LastTabRow.Title">
|
||||
<item name="android:textSize">15sp</item>
|
||||
<item name="android:textSize">16sp</item>
|
||||
<item name="android:singleLine">true</item>
|
||||
<item name="android:textColor">@color/abouthome_section_title</item>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user