Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add changes in search control bar for cancel button overlap #264

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/src/main/res/layout/skyrenderer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:id="@+id/main_sky_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1">
android:layout_weight="1">+
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a wee typo here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made the updates. Please review. :)

<android.opengl.GLSurfaceView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
Expand All @@ -38,7 +38,6 @@
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:visibility="gone" />

<!-- Include a place for the search controls bar -->
<RelativeLayout
android:id="@+id/search_control_bar"
Expand All @@ -47,13 +46,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#20990099"
android:visibility="gone">
android:visibility="gone"
android:layout_marginTop="?android:attr/actionBarSize">
<ImageView
android:id="@+id/search_icon"
android:layout_width="34dip"
android:layout_height="wrap_content"
android:src="@drawable/search_lens_very_small"
android:paddingTop="10dip" />
android:paddingTop="10dip"/>
<TextView
android:id="@+id/search_status_label"
android:layout_width="fill_parent"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# org.gradle.parallel=true

org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048M
org.gradle.jvmargs=-Xmx4096M