You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
879 B
22 lines
879 B
7 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<style name="InstructionsFont" parent="@android:style/TextAppearance.Large">
|
||
|
<item name="android:padding">10dp</item>
|
||
|
</style>
|
||
|
<style name="InstructionsSmallFont" parent="@android:style/TextAppearance.Medium">
|
||
|
</style>
|
||
|
<style name="MessageRow">
|
||
|
<item name="android:gravity">center_vertical</item>
|
||
|
<item name="android:textSize">18sp</item>
|
||
|
<item name="android:padding">5dp</item>
|
||
|
</style>
|
||
|
<style name="RootLayoutPadding">
|
||
|
<item name="android:padding">10dip</item>
|
||
|
</style>
|
||
|
<style name="OverlayTheme" parent="android:Theme.Dialog">
|
||
|
<item name="android:windowNoTitle">true</item>
|
||
|
<item name="android:windowIsTranslucent">true</item>
|
||
|
<item name="android:windowBackground">@android:color/transparent</item>
|
||
|
</style>
|
||
|
</resources>
|