Loading res/drawable/volume_dialog_button_background_outline.xml +17 −14 Original line number Diff line number Diff line Loading @@ -14,9 +14,11 @@ See the License for the specific language governing permissions and limitations under the License. --> <shape xmlns:android="http://schemas.android.com/apk/res/android" <inset xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:insetTop="6dp" android:insetBottom="6dp"> <shape android:shape="rectangle"> <stroke android:color="?androidprv:attr/colorAccentPrimaryVariant" Loading @@ -29,3 +31,4 @@ android:bottom="8dp" /> <solid android:color="@android:color/transparent" /> </shape> </inset> No newline at end of file res/drawable/volume_dialog_button_background_solid.xml +16 −13 Original line number Diff line number Diff line Loading @@ -15,9 +15,11 @@ limitations under the License. --> <shape xmlns:android="http://schemas.android.com/apk/res/android" <inset xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:shape="rectangle"> android:insetTop="6dp" android:insetBottom="6dp"> <shape android:shape="rectangle"> <stroke android:color="@android:color/transparent" android:width="1dp"/> Loading @@ -29,3 +31,4 @@ android:bottom="8dp" /> <solid android:color="?androidprv:attr/colorAccentPrimary" /> </shape> </inset> No newline at end of file res/layout/panel_layout.xml +2 −2 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ android:id="@+id/see_more" style="@style/PanelOptionRoundedOutlinedButton" android:layout_width="wrap_content" android:layout_height="36dp" android:layout_height="wrap_content" android:minWidth="0dp" android:text="@string/settings_button"/> Loading @@ -130,7 +130,7 @@ android:id="@+id/done" style="@style/PanelOptionRoundedSolidButton" android:layout_width="wrap_content" android:layout_height="36dp" android:layout_height="wrap_content" android:minWidth="0dp" android:text="@string/done"/> </LinearLayout> Loading Loading
res/drawable/volume_dialog_button_background_outline.xml +17 −14 Original line number Diff line number Diff line Loading @@ -14,9 +14,11 @@ See the License for the specific language governing permissions and limitations under the License. --> <shape xmlns:android="http://schemas.android.com/apk/res/android" <inset xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:insetTop="6dp" android:insetBottom="6dp"> <shape android:shape="rectangle"> <stroke android:color="?androidprv:attr/colorAccentPrimaryVariant" Loading @@ -29,3 +31,4 @@ android:bottom="8dp" /> <solid android:color="@android:color/transparent" /> </shape> </inset> No newline at end of file
res/drawable/volume_dialog_button_background_solid.xml +16 −13 Original line number Diff line number Diff line Loading @@ -15,9 +15,11 @@ limitations under the License. --> <shape xmlns:android="http://schemas.android.com/apk/res/android" <inset xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:shape="rectangle"> android:insetTop="6dp" android:insetBottom="6dp"> <shape android:shape="rectangle"> <stroke android:color="@android:color/transparent" android:width="1dp"/> Loading @@ -29,3 +31,4 @@ android:bottom="8dp" /> <solid android:color="?androidprv:attr/colorAccentPrimary" /> </shape> </inset> No newline at end of file
res/layout/panel_layout.xml +2 −2 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ android:id="@+id/see_more" style="@style/PanelOptionRoundedOutlinedButton" android:layout_width="wrap_content" android:layout_height="36dp" android:layout_height="wrap_content" android:minWidth="0dp" android:text="@string/settings_button"/> Loading @@ -130,7 +130,7 @@ android:id="@+id/done" style="@style/PanelOptionRoundedSolidButton" android:layout_width="wrap_content" android:layout_height="36dp" android:layout_height="wrap_content" android:minWidth="0dp" android:text="@string/done"/> </LinearLayout> Loading