Show suppression msg under ringer slider

Instead of replacing the rigner slider, because the stream
isn't actually muted.

Change-Id: Id2c60d6c570084ed8febcaeb3b096a487f572312
Fixes: 77641315
Test: robotests
This commit is contained in:
Julia Reynolds
2018-04-17 09:11:43 -04:00
parent e848603807
commit 0ddba4c119
4 changed files with 24 additions and 13 deletions

View File

@@ -72,9 +72,10 @@
android:orientation="vertical"/>
</LinearLayout>
<FrameLayout
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginTop="6dp">
<SeekBar
@@ -93,10 +94,11 @@
android:textAlignment="viewStart"
android:singleLine="true"
android:ellipsize="end"
android:visibility="gone"
android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary"/>
</FrameLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>