samuelchassot/SDP-SwissTeam

View on GitHub
app/src/main/res/layout/switch_item.xml

Summary

Maintainability
Test Coverage
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <Switch
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerHorizontal="true"
        android:layout_centerVertical="true" />
</RelativeLayout>