File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
commons/src/main/res/layout Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ you show from an Activity which has a theme containing any of these attributes:
858
858
The name of font in assets/fonts used everywhere else, like content and list items
859
859
(null uses device default). E.g. [your-project]/app/main/assets/fonts/[regular]
860
860
-->
861
- <item name =" md_regular_font" >Roboto-Medium .ttf</item >
861
+ <item name =" md_regular_font" >Roboto-Regular .ttf</item >
862
862
863
863
</style >
864
864
```
@@ -1226,7 +1226,7 @@ new FileChooserDialog.Builder(this)
1226
1226
The Activity you show the dialog in must implement ` FileCallback ` :
1227
1227
1228
1228
``` java
1229
- public class MyActivity implements FolderChooserDialog .FileCallback {
1229
+ public class MyActivity implements FileChooserDialog .FileCallback {
1230
1230
1231
1231
// ...
1232
1232
Original file line number Diff line number Diff line change 26
26
android : layout_height =" wrap_content"
27
27
android : layout_marginEnd =" 2dp"
28
28
android : layout_marginRight =" 2dp"
29
+ android : digits =" 0123456789abcdefABCDEF"
29
30
android : text =" #"
30
31
android : textColor =" ?android:textColorPrimary"
31
32
android : textColorHint =" ?android:textColorSecondary"
226
227
227
228
</RelativeLayout >
228
229
229
- </LinearLayout >
230
+ </LinearLayout >
You can’t perform that action at this time.
0 commit comments