79978e73eca00ddebab9454dcf292450171334fc
1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <resources xmlns:
android=
"http://schemas.android.com/apk/res/android">
3 <style name=
"ButtonStyle" parent=
"@android:style/Widget.Button">
4 <item name=
"android:layout_width">120dp
</item>
5 <item name=
"android:layout_height">wrap_content
</item>
6 <item name=
"android:textSize">12sp
</item>
8 <style name=
"ProgressStyle" parent=
"@android:style/Widget.TextView">
9 <item name=
"android:layout_width">wrap_content
</item>
10 <item name=
"android:layout_height">wrap_content
</item>
11 <item name=
"android:textSize">12sp
</item>