c1efd6d4f87c00b4fe35eaa7cf0b24b8eb5ea4bc
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.Holo.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.Holo.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>