Skip to content

Commit 47b115f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 58f3c5f + e05228b commit 47b115f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ you show from an Activity which has a theme containing any of these attributes:
858858
The name of font in assets/fonts used everywhere else, like content and list items
859859
(null uses device default). E.g. [your-project]/app/main/assets/fonts/[regular]
860860
-->
861-
<item name="md_regular_font">Roboto-Medium.ttf</item>
861+
<item name="md_regular_font">Roboto-Regular.ttf</item>
862862

863863
</style>
864864
```
@@ -1226,7 +1226,7 @@ new FileChooserDialog.Builder(this)
12261226
The Activity you show the dialog in must implement `FileCallback`:
12271227

12281228
```java
1229-
public class MyActivity implements FolderChooserDialog.FileCallback {
1229+
public class MyActivity implements FileChooserDialog.FileCallback {
12301230

12311231
// ...
12321232

commons/src/main/res/layout/md_stub_colorchooser_custom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
android:layout_height="wrap_content"
2727
android:layout_marginEnd="2dp"
2828
android:layout_marginRight="2dp"
29+
android:digits="0123456789abcdefABCDEF"
2930
android:text="#"
3031
android:textColor="?android:textColorPrimary"
3132
android:textColorHint="?android:textColorSecondary"
@@ -226,4 +227,4 @@
226227

227228
</RelativeLayout>
228229

229-
</LinearLayout>
230+
</LinearLayout>

0 commit comments

Comments
 (0)