mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- SELECTED TAB STATE -->
|
||||
<item android:state_selected="true" android:state_pressed="false">
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Bottom indicator color for the SELECTED tab state -->
|
||||
<item android:top="-5dp" android:left="-5dp" android:right="-5dp">
|
||||
<shape android:shape="rectangle">
|
||||
<stroke android:color="@color/RbxBlue1" android:width="4dp"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
</item>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user