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

Commit 3020da4d authored by Brian Attwell's avatar Brian Attwell
Browse files

Frequently Contacted title style in Favorites tab

Change-Id: I2effc74dfd1b570844296c003de456ec71e2940d
parent f44852c3
Loading
Loading
Loading
Loading
+8 −14
Original line number Diff line number Diff line
@@ -13,21 +13,15 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<FrameLayout
<TextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:id="@+id/title"
    android:textColor="@color/frequently_contacted_title_color"
    android:paddingLeft="16dip"
    android:paddingRight="16dip"
    android:paddingStart="16dip"
    android:paddingRight="16dip"
    android:paddingEnd="16dip"
    android:focusable="false">
    <TextView
        android:id="@+id/title"
        style="@style/ContactListSeparatorTextViewStyle"
        android:paddingLeft="8dip"
        android:paddingRight="8dip"
        android:paddingStart="8dip"
        android:paddingEnd="8dip" />
</FrameLayout>
    android:paddingBottom="15dip"
    android:paddingTop="16dip"
    android:textStyle="bold"
    android:textSize="20sp"/>
+3 −0
Original line number Diff line number Diff line
@@ -83,6 +83,9 @@
    <!-- Darker version of the actionbar color. Used for the status bar and navigation bar colors. -->
    <color name="actionbar_background_color_dark">#008aa1</color>

    <!-- Color of the title to the Frequently Contacted section -->
    <color name="frequently_contacted_title_color">#00acc1</color>

    <!-- Color of action bar text. Ensure this stays in sync with packages/Telephony
    phone_settings_actionbar_text_color-->
    <color name="actionbar_text_color">#ffffff</color>
+6 −0
Original line number Diff line number Diff line
@@ -125,4 +125,10 @@
    <dimen name="search_box_text_left_margin">27dp</dimen>
    <!-- Search box text size -->
    <dimen name="search_text_size">20sp</dimen>

    <!-- Top margin for the Frequently Contacted section title -->
    <dimen name="frequently_contacted_title_top_margin_when_first_row">16dp</dimen>
    <!-- Top margin for the Frequently Contacted section title, when the title is the first
         item in the list -->
    <dimen name="frequently_contacted_title_top_margin">57dp</dimen>
</resources>