Skip to content

Commit fa99733

Browse files
committed
remove unused button from simple xy plot
1 parent c53ac24 commit fa99733

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

demoapp/src/main/java/com/androidplot/demos/SimpleXYPlotActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import android.os.Bundle;
2222
import android.support.annotation.NonNull;
2323

24-
import com.androidplot.ui.Size;
25-
import com.androidplot.ui.SizeMode;
2624
import com.androidplot.util.PixelUtils;
2725
import com.androidplot.xy.CatmullRomInterpolator;
2826
import com.androidplot.xy.LineAndPointFormatter;

demoapp/src/main/res/layout/simple_xy_plot_example.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,4 @@
3333
ap:lineLabelRotationBottom="-45"
3434
android:layout_weight="1"/>
3535

36-
<Button
37-
android:id="@+id/hide_button"
38-
android:layout_width="match_parent"
39-
android:layout_height="300dp"
40-
android:text="HIDE"/>
41-
4236
</LinearLayout>

0 commit comments

Comments
 (0)