1
0
Aidan Follestad 10 жил өмнө
parent
commit
e6e414f664
1 өөрчлөгдсөн 12 нэмэгдсэн , 7 устгасан
  1. 12 7
      README.md

+ 12 - 7
README.md

@@ -376,26 +376,31 @@ or operating system. This behavior can be overridden in your Activity themes:
     <item name="md_title_color">#E91E63</item>
 
     <!--
-        By default, the content text is derived from the ?android:textColorSecondary OS attribute.
+        By default, the content text is derived from the
+            ?android:textColorSecondary OS attribute.
     -->
     <item name="md_content_color">#9C27B0</item>
 
     <!--
-        By default, the accent color is derived from the colorAccent attribute of AppCompat or
-        android:colorAccent attribute of the Material theme.
+        By default, the accent color is derived from the colorAccent
+            attribute of AppCompat or android:colorAccent attribute
+            of the Material theme.
     -->
     <item name="md_accent_color">#673AB7</item>
 
     <!--
-        By default, the list item text color is black for the light theme and white for the dark theme.
+        By default, the list item text color is black for the light
+            theme and white for the dark theme.
     -->
     <item name="md_item_color">#9C27B0</item>
 
-    <!-- This overrides the default dark or light dialog background color. Note that if you use
-        a dark color here, you should set md_dark_theme to true so text and selectors look visible -->
+    <!-- This overrides the default dark or light dialog background
+            color. Note that if you use a dark color here, you should set
+            md_dark_theme to true so text and selectors look visible -->
     <item name="md_background_color">#37474F</item>
 
-    <!-- This overrides the color used for the top and bottom dividers used when content is scrollable -->
+    <!-- This overrides the color used for the top and bottom
+            dividers used when content is scrollable -->
     <item name="md_divider_color">#E91E63</item>
 
 </style>