Merge pull request #1355 from Philoul/Fix/ttIconWizard
Fix Layout and Size for TT Icon in Wizard
This commit is contained in:
commit
a4e377bfbf
1 changed files with 4 additions and 5 deletions
|
@ -266,11 +266,10 @@
|
|||
android:id="@+id/tt_checkbox_icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:scaleX="0.7"
|
||||
android:scaleY="0.7"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginRight="15dp"
|
||||
android:scaleX="1.6"
|
||||
android:scaleY="1.6"
|
||||
android:button="@drawable/checkbox_tt_icon"
|
||||
android:checked="true"
|
||||
android:visibility="gone"
|
||||
|
|
Loading…
Reference in a new issue