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

Commit 6d904c46 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Dialer: Add operator name view definition in landscape layout"

parents 05df1ad5 94d5b034
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -81,6 +81,17 @@

            </FrameLayout>

            <TextView
                android:id="@+id/dialpad_floating_operator"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_above="@id/dialpad_floating_action_button_margin_bottom"
                android:layout_toRightOf="@+id/dialpad_floating_action_button_container"
                android:textColor="?attr/call_log_secondary_text_color"
                android:textSize="12sp"
                android:singleLine="true"
                android:visibility="gone" />

        </RelativeLayout>

    </LinearLayout>