diff options
author | cyBerta <cyberta@riseup.net> | 2018-02-14 16:00:13 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-02-14 16:00:13 +0100 |
commit | 96e5db80d9a949435df32d2d0c46497b86d1fff4 (patch) | |
tree | 9b5d099e8fd897612101d938087fd1a818bde331 /app/src/main/res/layout/about.xml | |
parent | 9b6c368a25510c462ea357121c97edb6d0310021 (diff) |
#8846 remove legacy code and files: Dashboard, LogWindow, UserStatusFragment, FabButton library etc.
Diffstat (limited to 'app/src/main/res/layout/about.xml')
-rw-r--r-- | app/src/main/res/layout/about.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/about.xml b/app/src/main/res/layout/about.xml index e26629ab..abc12566 100644 --- a/app/src/main/res/layout/about.xml +++ b/app/src/main/res/layout/about.xml @@ -5,7 +5,7 @@ android:layout_height="match_parent" android:orientation="vertical" android:layout_marginLeft="8sp" - tools:context=".Dashboard" > + tools:context=".MainActivity" > <LinearLayout android:layout_width="match_parent" |