Merge "Update background colors for convo tiles" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a4402f4d44
@@ -14,5 +14,5 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?android:attr/colorBackgroundFloating" />
|
||||
<solid android:color="@color/people_tile_background" />
|
||||
</shape>
|
||||
@@ -15,6 +15,6 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<solid android:color="?android:attr/colorBackground" />
|
||||
<solid android:color="@color/people_tile_background" />
|
||||
<corners android:radius="@dimen/people_space_image_radius" />
|
||||
</shape>
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="?android:attr/colorBackground" />
|
||||
<solid android:color="@color/people_tile_background" />
|
||||
<stroke android:width="2dp" android:color="?android:attr/colorAccent" />
|
||||
</shape>
|
||||
@@ -15,5 +15,5 @@
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="?android:attr/colorBackground" />
|
||||
<solid android:color="@color/people_tile_background" />
|
||||
</shape>
|
||||
@@ -14,6 +14,6 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?android:attr/colorBackground" />
|
||||
<solid android:color="@color/people_tile_background" />
|
||||
<corners android:radius="@dimen/people_space_widget_radius" />
|
||||
</shape>
|
||||
@@ -14,8 +14,7 @@
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
||||
<solid android:color="?androidprv:attr/colorSurface" />
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/people_tile_background" />
|
||||
<corners android:radius="@dimen/people_space_widget_radius" />
|
||||
</shape>
|
||||
@@ -97,4 +97,6 @@
|
||||
|
||||
<!-- Accessibility floating menu -->
|
||||
<color name="accessibility_floating_menu_background">#B3000000</color> <!-- 70% -->
|
||||
|
||||
<color name="people_tile_background">@android:color/system_accent2_800</color>
|
||||
</resources>
|
||||
|
||||
@@ -281,4 +281,6 @@
|
||||
|
||||
<!-- Wallet screen -->
|
||||
<color name="wallet_card_border">#33FFFFFF</color>
|
||||
|
||||
<color name="people_tile_background">@android:color/system_accent2_50</color>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user