Skip to content

Commit

Permalink
version 1.03 test
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanWenHai committed Nov 2, 2016
1 parent 04d59e9 commit 495962e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected void onCreate( Bundle savedInstanceState) {
}
mAdapter.startSearch(Environment.getExternalStorageDirectory(),keyword);

Toolbar toolbar = (Toolbar) findViewById(R.id.main_toolbar);
Toolbar toolbar = (Toolbar) findViewById(R.id.file_searcher_main_toolbar);
toolbar.setTitle("");
toolbar.setNavigationIcon(R.drawable.ic_arrow_back_white_24dp);
setSupportActionBar(toolbar);
Expand Down
1 change: 1 addition & 0 deletions filesearcher/src/main/res/layout/file_searcher_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"

android:maxLines="1"
android:textColor="?attr/actionMenuTextColor"
android:textSize="18sp"
Expand Down

0 comments on commit 495962e

Please sign in to comment.