Skip to content

Commit e6ef08f

Browse files
author
yuedong
committed
add CBAlignTextView
1 parent 4ae0ce7 commit e6ef08f

5 files changed

Lines changed: 359 additions & 20 deletions

File tree

.idea/workspace.xml

Lines changed: 85 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
3+
4+
<item android:state_pressed="false"><shape android:shape="rectangle">
5+
6+
<!-- 填充的颜色 -->
7+
<solid android:color="@color/blue2" />
8+
</shape></item>
9+
<item android:state_pressed="true"><shape android:shape="rectangle">
10+
11+
<!-- 填充的颜色 -->
12+
<solid android:color="@color/blue3" />
13+
</shape></item>
14+
15+
</selector>

0 commit comments

Comments
 (0)