-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Piotr Zawadzki
committed
Sep 28, 2016
1 parent
bd621b5
commit 97678b2
Showing
4 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
material-activity-chooser/src/main/res-public/values/public.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Attributes --> | ||
<public type="attr" name="mac_bottomSheetStyle" /> | ||
<public type="attr" name="mac_bottomSheetTitleStyle" /> | ||
<public type="attr" name="mac_emptyViewStyle" /> | ||
<public type="attr" name="mac_emptyViewTitleStyle" /> | ||
<public type="attr" name="mac_emptyViewButtonStyle" /> | ||
<public type="attr" name="mac_activityItemStyle" /> | ||
<public type="attr" name="mac_activityItemIconStyle" /> | ||
<public type="attr" name="mac_activityItemLabelStyle" /> | ||
|
||
<public type="attr" name="mac_activityItemSpanCount" /> | ||
|
||
<public type="attr" name="state_over_content" /> | ||
|
||
<!-- Styles --> | ||
<public type="style" name="MACBottomSheet" /> | ||
<public type="style" name="MACBottomSheetTitle" /> | ||
<public type="style" name="MACActivityItem" /> | ||
<public type="style" name="MACActivityItemIcon" /> | ||
<public type="style" name="MACActivityItemLabel" /> | ||
<public type="style" name="MACEmptyView" /> | ||
<public type="style" name="MACEmptyViewTitle" /> | ||
<public type="style" name="MACEmptyViewButton" /> | ||
|
||
<!-- Themes --> | ||
<public type="style" name="MACTheme" /> | ||
|
||
</resources> |