diff options
Diffstat (limited to 'app/src/main/res/layout')
| -rw-r--r-- | app/src/main/res/layout/fragment_chart.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/src/main/res/layout/fragment_chart.xml b/app/src/main/res/layout/fragment_chart.xml index dcf4778..b51cf1f 100644 --- a/app/src/main/res/layout/fragment_chart.xml +++ b/app/src/main/res/layout/fragment_chart.xml @@ -40,14 +40,6 @@ android:orientation="horizontal"> <Button - android:id="@+id/b1d" - style="?android:attr/buttonBarButtonStyle" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_weight="1" - android:text="1D" /> - - <Button android:id="@+id/b7d" style="?android:attr/buttonBarButtonStyle" android:layout_width="match_parent" @@ -80,6 +72,14 @@ android:text="6M" /> <Button + android:id="@+id/b1d" + style="?android:attr/buttonBarButtonStyle" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_weight="1" + android:text="9M" /> + + <Button android:id="@+id/b1y" style="?android:attr/buttonBarButtonStyle" android:layout_width="match_parent" |
