| | |
| | | android:minWidth="10dp" |
| | | android:backgroundTint="#2196F3" /> |
| | | |
| | | <com.google.android.material.button.MaterialButton |
| | | android:id="@+id/btn_force_switch" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="手动" |
| | | android:layout_marginLeft="20sp" |
| | | android:layout_centerVertical="true" |
| | | android:layout_alignParentLeft="true" |
| | | app:cornerRadius="5dp" |
| | | android:paddingLeft="10dp" |
| | | android:paddingRight="10dp" |
| | | android:minWidth="10dp" |
| | | android:layout_alignLeft="@+id/btn_rotatopn_left" |
| | | android:layout_alignBottom="@+id/btn_go_forward" |
| | | android:backgroundTint="#2196F3" /> |
| | | |
| | | </RelativeLayout> |
| | | <!-- <LinearLayout--> |
| | | <!-- android:layout_width="match_parent"--> |