~viashimo/mnemosyne-proj/mnemosyne-proj

« back to all changes in this revision

Viewing changes to mnemosyne/mnemosyne/android/app/src/main/res/layout/main.xml

  • Committer: Peter.Bienstman at UGent
  • Date: 2016-04-29 12:20:47 UTC
  • Revision ID: peter.bienstman@ugent.be-20160429122047-nuex9u9xw4j4cdjq
2.3.6 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
        android:id="@+id/my_toolbar"
133
133
        android:layout_height="wrap_content"
134
134
        android:layout_width="match_parent"
135
 
        android:layout_marginTop="20dip"
136
135
        android:minHeight="?attr/actionBarSize"
137
136
        android:background="?attr/colorPrimary" />
138
137