nsclient arrow layout update
This commit is contained in:
parent
8a92bed479
commit
69544f67b5
2 changed files with 6 additions and 6 deletions
|
@ -110,9 +110,9 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginTop="-15dp"
|
||||
android:paddingLeft="-5dp"
|
||||
android:paddingRight="-5dp"
|
||||
android:layout_marginTop="-5dp"
|
||||
android:paddingLeft="-2dp"
|
||||
android:paddingRight="-2dp"
|
||||
android:text="→"
|
||||
android:textSize="20dp"
|
||||
android:textStyle="bold" />
|
||||
|
|
|
@ -116,9 +116,9 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginTop="-15dp"
|
||||
android:paddingLeft="-5dp"
|
||||
android:paddingRight="-5dp"
|
||||
android:layout_marginTop="-5dp"
|
||||
android:paddingLeft="-2dp"
|
||||
android:paddingRight="-2dp"
|
||||
android:text="→"
|
||||
android:textSize="50sp"
|
||||
android:textStyle="bold" />
|
||||
|
|
Loading…
Reference in a new issue