-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The code
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:orientation="vertical">
<nl.bryanderidder.themedtogglebuttongroup.ThemedToggleButtonGroup
android:id="@+id/days"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:justifyContent="center"> <!-- this attribute is from the underlying FlexboxLayout -->
<nl.bryanderidder.themedtogglebuttongroup.ThemedButton
android:id="@+id/monday"
android:layout_width="wrap_content"
android:layout_height="38dp"
app:toggle_text="Lunedì"
app:toggle_selectedBackgroundColor="@color/primary_color"/>
<nl.bryanderidder.themedtogglebuttongroup.ThemedButton
android:id="@+id/tuesday"
android:layout_width="wrap_content"
android:layout_height="38dp"
app:toggle_text="Martedì"
app:toggle_selectedBackgroundColor="@color/primary_color"/>
/>
<nl.bryanderidder.themedtogglebuttongroup.ThemedButton
android:id="@+id/wednesday"
android:layout_width="wrap_content"
android:layout_height="38dp"
app:toggle_text="Mercoledì"
app:toggle_selectedBackgroundColor="@color/primary_color"/>
/>
<nl.bryanderidder.themedtogglebuttongroup.ThemedButton
android:id="@+id/btn2"
android:layout_width="wrap_content"
android:layout_height="38dp"
app:toggle_text="Giovedì"
app:toggle_selectedBackgroundColor="@color/primary_color"/>
/>
</nl.bryanderidder.themedtogglebuttongroup.ThemedToggleButtonGroup>
</LinearLayout>
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working