mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
14 lines
665 B
XML
14 lines
665 B
XML
<?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/RbxGreen1" android:width="4dp"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|
|
</item>
|
|
</selector> |