Edited the run number background so that it no longer obscures the number shown in it
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/ec11baf3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/ec11baf3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/ec11baf3 Branch: refs/heads/master Commit: ec11baf326430bfdb4071dd9c0b042efb0d77557 Parents: e7048ae Author: larrytech7 <larrya...@gmail.com> Authored: Mon Jul 27 18:44:15 2015 +0100 Committer: larrytech7 <larrya...@gmail.com> Committed: Mon Jul 27 18:44:15 2015 +0100 ---------------------------------------------------------------------- app/src/main/res/drawable/round_shape.xml | 4 ++-- app/src/main/res/layout/fragment_run_result.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/ec11baf3/app/src/main/res/drawable/round_shape.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/drawable/round_shape.xml b/app/src/main/res/drawable/round_shape.xml index c70e08a..491b438 100755 --- a/app/src/main/res/drawable/round_shape.xml +++ b/app/src/main/res/drawable/round_shape.xml @@ -16,8 +16,8 @@ android:bottom="1dp" /> <size - android:width="80dp" - android:height="80dp" + android:width="10dp" + android:height="10dp" /> <solid android:color="#fff"></solid> http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/ec11baf3/app/src/main/res/layout/fragment_run_result.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/layout/fragment_run_result.xml b/app/src/main/res/layout/fragment_run_result.xml index bcb77e2..856a778 100644 --- a/app/src/main/res/layout/fragment_run_result.xml +++ b/app/src/main/res/layout/fragment_run_result.xml @@ -24,7 +24,7 @@ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@drawable/abc_btn_radio_to_on_mtrl_000" + android:background="@drawable/round_shape" android:id="@+id/textview_runid" android:layout_gravity="left" android:layout_weight="1"