|
115 | 115 | android:layout_marginTop="8dp" |
116 | 116 | android:orientation="horizontal"> |
117 | 117 |
|
118 | | - <com.google.android.material.button.MaterialButton |
119 | | - android:id="@+id/btn_google_play" |
| 118 | + <com.google.android.material.button.MaterialButtonToggleGroup |
| 119 | + android:id="@+id/home_action_button_group" |
| 120 | + style="@style/Widget.App.ButtonGroup" |
120 | 121 | android:layout_width="wrap_content" |
121 | | - android:layout_height="wrap_content" |
122 | | - android:text="@string/get_on_google_play" |
123 | | - app:icon="@drawable/ic_play_store_tinted" /> |
| 122 | + android:layout_height="wrap_content"> |
| 123 | + |
| 124 | + <com.google.android.material.button.MaterialButton |
| 125 | + android:id="@+id/btn_google_play" |
| 126 | + android:layout_width="wrap_content" |
| 127 | + android:layout_height="wrap_content" |
| 128 | + android:checkable="false" |
| 129 | + android:text="@string/get_on_google_play" |
| 130 | + app:icon="@drawable/ic_play_store_tinted" /> |
| 131 | + |
| 132 | + <com.google.android.material.button.MaterialButton |
| 133 | + android:id="@+id/btn_learn_more" |
| 134 | + android:layout_width="wrap_content" |
| 135 | + android:layout_height="wrap_content" |
| 136 | + android:checkable="false" |
| 137 | + android:text="@string/learn_more" /> |
| 138 | + |
| 139 | + </com.google.android.material.button.MaterialButtonToggleGroup> |
124 | 140 | </androidx.appcompat.widget.LinearLayoutCompat> |
125 | 141 | </androidx.appcompat.widget.LinearLayoutCompat> |
126 | 142 | </com.google.android.material.card.MaterialCardView> |
|
0 commit comments