Skip to content

Commit

Permalink
Hide WIP interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pembem22 committed Jan 30, 2022
1 parent 06d77ef commit acca00c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/layout/fragment_dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
android:paddingTop="@dimen/card_vertical_border"
android:paddingEnd="16dp"
android:paddingBottom="@dimen/card_vertical_border"
android:visibility="visible">
android:visibility="gone">

<TextView
android:layout_width="wrap_content"
Expand Down Expand Up @@ -177,7 +177,7 @@
android:paddingTop="@dimen/card_vertical_border"
android:paddingEnd="16dp"
android:paddingBottom="@dimen/card_vertical_border"
android:visibility="visible">
android:visibility="gone">

<TextView
android:layout_width="wrap_content"
Expand All @@ -197,15 +197,15 @@
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:icon="@drawable/ic_pause"
android:text="Play/Pause" />
android:text="Play/Pause"
app:icon="@drawable/ic_pause" />

<com.google.android.material.button.MaterialButton
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:icon="@drawable/ic_voice"
android:text="Voice assistant" />
android:text="Voice assistant"
app:icon="@drawable/ic_voice" />
</com.google.android.material.button.MaterialButtonToggleGroup>

</LinearLayout>
Expand Down

0 comments on commit acca00c

Please sign in to comment.