feat: score graph
This commit is contained in:
parent
d2876d04f5
commit
a9f8d223e9
7 changed files with 139 additions and 90 deletions
|
@ -86,71 +86,71 @@
|
|||
android:id="@+id/formatChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/status_chart_view"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/scoreChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/statusChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/lengthChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/releaseYearChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/startYearChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/genreChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/tagChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/countryChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/voiceActorChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/staffChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
|
||||
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
||||
android:id="@+id/studioChartView"
|
||||
android:layout_width="match_parent"
|
||||
android:background="?android:colorBackground"
|
||||
android:layout_height="250dp" />
|
||||
android:layout_height="350dp" />
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue