|
|
@ -71,6 +71,7 @@
|
|
|
|
android:focusable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="@string/cancel"
|
|
|
|
android:text="@string/cancel"
|
|
|
|
|
|
|
|
android:nextFocusLeft="@id/tv_cancel"
|
|
|
|
android:textColor="@color/white_30"
|
|
|
|
android:textColor="@color/white_30"
|
|
|
|
android:textSize="@dimen/_36dp" />
|
|
|
|
android:textSize="@dimen/_36dp" />
|
|
|
|
|
|
|
|
|
|
|
@ -84,6 +85,7 @@
|
|
|
|
android:focusable="true"
|
|
|
|
android:focusable="true"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="@string/confirm"
|
|
|
|
android:text="@string/confirm"
|
|
|
|
|
|
|
|
android:nextFocusRight="@id/tv_confirm"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textSize="@dimen/_36dp" />
|
|
|
|
android:textSize="@dimen/_36dp" />
|
|
|
|
</RelativeLayout>
|
|
|
|
</RelativeLayout>
|
|
|
|