Commit 3b614fc6 authored by Mygod's avatar Mygod

Refine

parent e93ba49e
......@@ -148,7 +148,7 @@ class Acl {
}
fun fromId(id: String): Acl = try {
fromReader(Acl.getFile(id).bufferedReader())
fromReader(getFile(id).bufferedReader())
} catch (_: IOException) { this }
fun flatten(depth: Int): Acl {
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="StyledScrollerTextAppearance" parent="@android:style/TextAppearance">
<item name="android:textSize">24sp</item>
<item name="android:textStyle">bold</item>
<item name="android:textColor">@android:color/white</item>
</style>
</resources>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment