Skip to content

Commit bc4fddb

Browse files
committed
update to 1.6.3
1 parent c97b677 commit bc4fddb

2 files changed

Lines changed: 34 additions & 49 deletions

File tree

.idea/markdown-navigator.xml

Lines changed: 18 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/res/layout/activity_main.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@
3737
app:bl_stroke_position="left|bottom|right"
3838
app:bl_stroke_width="1dp" />
3939

40+
41+
<com.noober.background.view.BLTextView
42+
android:layout_width="wrap_content"
43+
android:layout_height="36dp"
44+
android:layout_marginTop="5dp"
45+
android:background="@null"
46+
android:gravity="center"
47+
android:clickable="true"
48+
android:text="指定只显示左右下方的边框22222"
49+
android:textSize="20sp"
50+
app:bl_unPressed_stroke_color="@android:color/black"
51+
app:bl_pressed_stroke_color="@android:color/holo_red_dark"
52+
app:bl_stroke_position="left|bottom|right"
53+
app:bl_stroke_width="1dp" />
54+
55+
4056
<com.noober.background.view.BLTextView
4157
android:id="@+id/ttt"
4258
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)