Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 714327f0 authored by Gokul Swami's avatar Gokul Swami
Browse files

revamped about page

parent e72d8697
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@
      </value>
      </value>
    </option>
    </option>
  </component>
  </component>
  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
    <output url="file://$PROJECT_DIR$/build/classes" />
    <output url="file://$PROJECT_DIR$/build/classes" />
  </component>
  </component>
  <component name="ProjectType">
  <component name="ProjectType">
+1 −2
Original line number Original line Diff line number Diff line
@@ -57,12 +57,11 @@ public class AboutActivity extends CyaneaAppCompatActivity {
    private void setUpToolBar() {
    private void setUpToolBar() {
        setSupportActionBar(toolbar);
        setSupportActionBar(toolbar);
        getSupportActionBar().setDisplayHomeAsUpEnabled(true);
        getSupportActionBar().setDisplayHomeAsUpEnabled(true);
        getSupportActionBar().setTitle(R.string.app_name);
    }
    }


    private void initUI() {
    private void initUI() {
        //initialize the textview
        //initialize the textview
        versionView = (TextView) findViewById(R.id.text_version);
        versionView = (TextView) findViewById(R.id.versionTextView);
        //initialize the toolbar
        //initialize the toolbar
        toolbar = (Toolbar) findViewById(R.id.toolbar_about);
        toolbar = (Toolbar) findViewById(R.id.toolbar_about);


+0 −1
Original line number Original line Diff line number Diff line
@@ -44,7 +44,6 @@ public class Utils {
                .setMessage(R.string.notice)
                .setMessage(R.string.notice)
                .setPositiveButton(android.R.string.yes, new DialogInterface.OnClickListener() {
                .setPositiveButton(android.R.string.yes, new DialogInterface.OnClickListener() {
                    public void onClick(DialogInterface dialog, int which) {
                    public void onClick(DialogInterface dialog, int which) {
                        // continue with delete
                    }
                    }
                })
                })
                .setIcon(R.drawable.alert_icon)
                .setIcon(R.drawable.alert_icon)
+159 KiB

File added.

No diff preview for this file type.

+159 KiB

File added.

No diff preview for this file type.

Loading