mirror of
https://gitlab.com/openlp/android.git
synced 2024-12-22 11:52:49 +00:00
replace file
This commit is contained in:
parent
f2167b2916
commit
49e48adc54
@ -7,7 +7,7 @@
|
|||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:weightSum="1">
|
android:weightSum="1">
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="314dp"
|
android:layout_width="315dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:text="@string/display_blank_summary"
|
android:text="@string/display_blank_summary"
|
||||||
@ -16,17 +16,17 @@
|
|||||||
android:textSize="40px"
|
android:textSize="40px"
|
||||||
android:height="70px"
|
android:height="70px"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:layout_marginBottom="10dp" />
|
android:layout_marginBottom="10dp"/>
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/display_reset"
|
android:text="@string/display_reset"
|
||||||
android:id="@+id/buttonReset"
|
android:id="@+id/buttonReset"
|
||||||
android:textSize="20sp"
|
android:textSize="20sp"
|
||||||
android:height="40dp"
|
android:height="30dp"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
android:layout_marginBottom="20dp" />
|
android:layout_marginBottom="20dp"/>
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -36,7 +36,7 @@
|
|||||||
android:height="40dp"
|
android:height="40dp"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
android:layout_marginBottom="20dp" />
|
android:layout_marginBottom="20dp"/>
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -46,7 +46,7 @@
|
|||||||
android:height="40dp"
|
android:height="40dp"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
android:layout_marginBottom="20dp" />
|
android:layout_marginBottom="20dp"/>
|
||||||
<RadioButton
|
<RadioButton
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -56,5 +56,5 @@
|
|||||||
android:height="40dp"
|
android:height="40dp"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:layout_marginTop="20dp"
|
android:layout_marginTop="20dp"
|
||||||
android:layout_marginBottom="20dp" />
|
android:layout_marginBottom="20dp"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in New Issue
Block a user