diff options
Diffstat (limited to 'res/layout/vpn_preference_widget.xml')
-rw-r--r-- | res/layout/vpn_preference_widget.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/vpn_preference_widget.xml b/res/layout/vpn_preference_widget.xml new file mode 100644 index 00000000..fef23003 --- /dev/null +++ b/res/layout/vpn_preference_widget.xml @@ -0,0 +1,8 @@ +<CheckBox + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+android:id/checkbox" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center" + android:focusable="false" + android:clickable="false" />
\ No newline at end of file |