[Audiosharing] Update button background radius
Test: manual Flag: com.android.settingslib.flags.enable_le_audio_sharing Bug: 366149567 Change-Id: I6aa2b0efb1e2d7b1d08d958fa065d739bef48812
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="4dp"
|
||||
android:textColor="?androidprv:attr/textColorOnAccent"
|
||||
android:background="@drawable/audio_sharing_rounded_bg_ripple"
|
||||
android:background="@drawable/audio_sharing_rounded_bg_ripple_top"
|
||||
android:visibility="gone" />
|
||||
|
||||
<Button
|
||||
@@ -75,7 +75,7 @@
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="4dp"
|
||||
android:textColor="?androidprv:attr/textColorOnAccent"
|
||||
android:background="@drawable/audio_sharing_rounded_bg_ripple"
|
||||
android:background="@drawable/audio_sharing_rounded_bg_ripple_bottom"
|
||||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
Reference in New Issue
Block a user