add item
This commit is contained in:
@@ -33,9 +33,9 @@
|
||||
<Button
|
||||
android:id="@+id/choose_first"
|
||||
android:layout_width="200dp"
|
||||
android:textSize="13sp"
|
||||
android:layout_height="50dp"
|
||||
android:text="是">
|
||||
android:text="是"
|
||||
android:textSize="13sp">
|
||||
|
||||
</Button>
|
||||
|
||||
@@ -49,5 +49,15 @@
|
||||
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
android:id="@+id/choose_third"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:text="否"
|
||||
android:textSize="13sp">
|
||||
|
||||
</Button>
|
||||
|
||||
</LinearLayout>
|
||||
</android.support.v7.widget.CardView>
|
||||
Reference in New Issue
Block a user