Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit d57966b

Browse files
author
AndroidDeveloperLB
committed
updated resources and files names.
also allowed to select dialogs' texts in Lollipop and above.
1 parent ce637da commit d57966b

File tree

60 files changed

+2415
-1251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2415
-1251
lines changed

MaterialStuffLibrary/lint.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<lint>
3+
<issue id="IconMissingDensityFolder">
4+
<ignore path="" />
5+
</issue>
6+
<issue id="InlinedApi" severity="ignore" />
7+
<issue id="RtlEnabled" severity="ignore" />
8+
<issue id="SelectableText">
9+
<ignore path="res/layout/adp_select_dialog_item_material.xml" />
10+
</issue>
311
</lint>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<set xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:shareInterpolator="false">
5+
<alpha
6+
android:duration="150"
7+
android:fromAlpha="0.0"
8+
android:interpolator="@interpolator/adp_decelerate_cubic"
9+
android:toAlpha="1.0" />
10+
</set>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<set xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:shareInterpolator="false">
5+
<alpha
6+
android:duration="150"
7+
android:fromAlpha="1.0"
8+
android:interpolator="@interpolator/adp_decelerate_cubic"
9+
android:toAlpha="0.0" />
10+
</set>

MaterialStuffLibrary/res/color/msl__primary_text_material_dark.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

MaterialStuffLibrary/res/color/msl__primary_text_material_light.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)