We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TouTiao-master\app\src\main\res\common\layout\activity_main.xml 以下全爆红: <com.chaychan.library.BottomBarItem android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" app:iconNormal="@mipmap/tab_home_normal" app:iconSelected="@mipmap/tab_home_selected" app:itemText="@string/tab_home" app:itemTextSize="8sp" app:textColorNormal="@color/color_515051" app:textColorSelected="@color/color_D33D3C" app:itemMarginTop="-5dp" app:openTouchBg="true" app:touchDrawable="@drawable/selector_bottom_tab" />
<com.chaychan.library.BottomBarItem android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" app:iconNormal="@mipmap/tab_video_normal" app:iconSelected="@mipmap/tab_video_selected" app:itemText="@string/tab_video" app:itemTextSize="8sp" app:textColorNormal="@color/color_515051" app:textColorSelected="@color/color_D33D3C" app:itemMarginTop="-5dp" app:openTouchBg="true" app:touchDrawable="@drawable/selector_bottom_tab" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TouTiao-master\app\src\main\res\common\layout\activity_main.xml
以下全爆红:
<com.chaychan.library.BottomBarItem
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
app:iconNormal="@mipmap/tab_home_normal"
app:iconSelected="@mipmap/tab_home_selected"
app:itemText="@string/tab_home"
app:itemTextSize="8sp"
app:textColorNormal="@color/color_515051"
app:textColorSelected="@color/color_D33D3C"
app:itemMarginTop="-5dp"
app:openTouchBg="true"
app:touchDrawable="@drawable/selector_bottom_tab"
/>
The text was updated successfully, but these errors were encountered: