Skip to content

Commit

Permalink
Layout changes, gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
glodanif committed Jul 3, 2017
1 parent 4fc8311 commit 10ec3aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/activity_splash.xml
Expand Up @@ -2,13 +2,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="24dp"
android:background="@color/colorPrimary">
android:background="@color/colorPrimary"
android:padding="24dp">

<ImageView
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_gravity="bottom|end"
android:layout_width="72dp"
android:src="@drawable/ic_bluetooth_splash"
android:layout_height="72dp" />
android:src="@drawable/ic_bluetooth_splash" />

</FrameLayout>
6 changes: 3 additions & 3 deletions gradlew.bat
Expand Up @@ -21,7 +21,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome

set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if "%ERRORLEVEL%" == "0" goto onStart
if "%ERRORLEVEL%" == "0" goto init

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Expand All @@ -35,7 +35,7 @@ goto fail
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto onStart
if exist "%JAVA_EXE%" goto init

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
Expand All @@ -45,7 +45,7 @@ echo location of your Java installation.

goto fail

:onStart
:init
@rem Get command-line arguments, handling Windowz variants

if not "%OS%" == "Windows_NT" goto win9xME_args
Expand Down

0 comments on commit 10ec3aa

Please sign in to comment.