mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 00:41:02 +00:00
14 lines
501 B
XML
14 lines
501 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<com.github.aachartmodel.aainfographics.aachartcreator.AAChartView
|
|
android:id="@+id/chartView"
|
|
android:layout_margin="5dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="?android:colorBackground" />
|
|
|
|
|
|
</LinearLayout> |