• This project
    • Loading...
  • Sign in

장연우 / WELLO

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • WELLO
  • ..
  • drawable
  • indicator_dot_on.xml
  • 신기성's avatar
    home category size changing and login margin and recyclerview duplicating fixing · e9226d93
    e9226d93 Browse Directory
    신기성 authored 2019-11-20 00:43:37 +0900
indicator_dot_on.xml 256 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <solid
        android:color="#29ABE2"/>

    <size
        android:height="8dp"
        android:width="8dp"/>

</shape>