NetGuard/app/src/main/res/layout/actionbar.xml

10 lines
360 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/colorPrimary">
<Switch
android:id="@+id/swEnabled"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>