Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdb4f254 authored by uabdullah's avatar uabdullah Committed by android-build-merger
Browse files

Merge "Add 6dp spacing between transcription and secondary text for nui vm"

am: 0263423e

Change-Id: I48ee9048c2c8d6f91a4a544f9471e724b48bfd46
parents edf2d84f 0263423e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -73,12 +73,13 @@
          android:singleLine="true"/>
    </LinearLayout>

    <!-- TODO(a bug): Fix text cropping issue, make text selectable -->
    <!-- TODO(a bug): Make text selectable -->
    <TextView
        android:id="@+id/transcription_text"
        style="@style/PrimaryText"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="6dp"
        android:layout_gravity="center_vertical"
        android:textSize="@dimen/voicemail_transcription_text_size"
        android:visibility="gone"/>