No need for 'powered by...' on login screen
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/d601ba0a Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/d601ba0a Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/d601ba0a Branch: refs/heads/master Commit: d601ba0aba6f76b57caf9cc7fd5aba1bdd777f60 Parents: 4226a4f Author: Ian Dunlop <[email protected]> Authored: Thu Aug 11 10:03:59 2016 +0100 Committer: Ian Dunlop <[email protected]> Committed: Thu Aug 11 10:03:59 2016 +0100 ---------------------------------------------------------------------- app/src/main/res/layout/fragment_login.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/d601ba0a/app/src/main/res/layout/fragment_login.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/layout/fragment_login.xml b/app/src/main/res/layout/fragment_login.xml index cbc6ea0..e42c6f7 100644 --- a/app/src/main/res/layout/fragment_login.xml +++ b/app/src/main/res/layout/fragment_login.xml @@ -120,16 +120,6 @@ android:textSize="18sp"/> - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="bottom" - android:gravity="center|center_horizontal" - android:paddingTop="20dp" - android:text="@string/brand" - android:textAppearance="?android:attr/textAppearanceSmall"/> - - </LinearLayout> </RelativeLayout> </ScrollView> \ No newline at end of file
