|
|
@@ -64,15 +64,18 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_copy"
|
|
|
- android:layout_width="114dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:minWidth="114dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:singleLine="true"
|
|
|
android:ellipsize="end"
|
|
|
android:gravity="center"
|
|
|
+ android:textSize="11.5sp"
|
|
|
android:textColor="@color/white"
|
|
|
- android:paddingTop="@dimen/margin_default"
|
|
|
- android:paddingBottom="@dimen/margin_default"
|
|
|
- android:textSize="@dimen/size_text_p"
|
|
|
+ android:paddingStart="@dimen/margin_s"
|
|
|
+ android:paddingEnd="@dimen/margin_s"
|
|
|
+ android:paddingTop="@dimen/margin_button"
|
|
|
+ android:paddingBottom="@dimen/margin_button"
|
|
|
android:background="@drawable/selector_copy"
|
|
|
android:text="@string/copy"/>
|
|
|
|
|
|
@@ -82,15 +85,18 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_cancel"
|
|
|
- android:layout_width="114dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:minWidth="114dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:singleLine="true"
|
|
|
android:ellipsize="end"
|
|
|
android:textColor="@color/black_press"
|
|
|
android:gravity="center"
|
|
|
- android:paddingTop="@dimen/margin_default"
|
|
|
- android:paddingBottom="@dimen/margin_default"
|
|
|
- android:textSize="@dimen/size_text_p"
|
|
|
+ android:textSize="11.8sp"
|
|
|
+ android:paddingStart="@dimen/margin_s"
|
|
|
+ android:paddingEnd="@dimen/margin_s"
|
|
|
+ android:paddingTop="@dimen/margin_button"
|
|
|
+ android:paddingBottom="@dimen/margin_button"
|
|
|
android:background="@drawable/selector_cancel"
|
|
|
android:text="@string/cancel"/>
|
|
|
</LinearLayout>
|