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

Commit 0dc882ea authored by Steve Kondik's avatar Steve Kondik
Browse files

Revert "Themes: Expose "ALL" layouts hard code in frameworks base for themes"

 * Many apps which display listviews crash with this change. Reverting
   for now.

This reverts commit e6458a33.

Change-Id: Icc4d0ee18c708a5692db0b20f7b6b2084d8dd43b
parent c1cacfbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@
    android:orientation="vertical" 
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@color/keyguard_background_color">
    android:background="#ff000000">

    <TextView
        android:id="@+id/label"
        android:textSize="16sp" 
        android:textStyle="bold" 
        android:textColor="@color/keyguard_label_text_color" 
        android:textColor="#FFFFFFFF" 
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" 
        android:text="@string/keyguard_label_text" />
+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Android Open Source Project
<!-- Copyright (C) 2009 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -58,7 +58,7 @@
        <View android:id="@+id/titleDivider"
            android:layout_width="match_parent"
            android:layout_height="2dip"
            android:background="@color/activity_list_divider_color" />
            android:background="@android:color/holo_blue_light" />
        <!-- If the client uses a customTitle, it will be added here. -->
    </LinearLayout>

+3 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2015, The Android Open Source Project
** Copyright 2010, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
@@ -34,7 +34,7 @@
            android:layout_width="match_parent"
            android:layout_height="2dip"
            android:visibility="gone"
            android:background="@color/dialog_divider_color" />
            android:background="@android:color/holo_blue_light" />
        <LinearLayout android:id="@+id/title_template"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
@@ -60,7 +60,7 @@
            android:layout_width="match_parent"
            android:layout_height="2dip"
            android:visibility="gone"
            android:background="@color/dialog_divider_color" />
            android:background="@android:color/holo_blue_light" />
        <!-- If the client uses a customTitle, it will be added here. -->
    </LinearLayout>

+4 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2015 The Android Open Source Project
  ~ Copyright (C) 2014 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
    android:id="@+id/parentPanel"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/alert_dialog_micro_background_color"
    android:background="@android:color/white"
    android:layout_gravity="center"
    android:orientation="vertical">

@@ -32,7 +32,7 @@
            android:layout_width="match_parent"
            android:layout_height="2dip"
            android:visibility="gone"
            android:background="@color/dialog_divider_color" />
            android:background="@android:color/holo_blue_light" />
        <LinearLayout android:id="@+id/title_template"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
@@ -58,7 +58,7 @@
            android:layout_width="match_parent"
            android:layout_height="2dip"
            android:visibility="gone"
            android:background="@color/dialog_divider_color" />
            android:background="@android:color/holo_blue_light" />
        <!-- If the client uses a customTitle, it will be added here. -->
    </LinearLayout>

+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Android Open Source Project
<!-- Copyright (C) 2012 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -64,7 +64,7 @@
            android:id="@+id/perm_money_label"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:textSize="16sp"
            android:textColor="@color/perms_costs_money_text_color"
            android:textColor="@color/perms_costs_money"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_toEndOf="@id/perm_money_icon"
Loading