feat: (wip) graph theming

This commit is contained in:
Finnley Somdahl 2024-03-02 20:12:50 -06:00
parent fcd5c621de
commit d2876d04f5
3 changed files with 198 additions and 15 deletions

View file

@ -85,60 +85,72 @@
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
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/StatusChartView"
android:id="@+id/status_chart_view"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/scoreChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/lengthChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/releaseYearChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/startYearChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/genreChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/tagChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/countryChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/voiceActorChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/staffChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
android:id="@+id/studioChartView"
android:layout_width="match_parent"
android:background="?android:colorBackground"
android:layout_height="250dp" />
</LinearLayout>