change logo, add launcher icon

This commit is contained in:
Jarrad Hope 2015-08-11 01:35:28 +02:00
parent 280ca0f549
commit 80693e8ffd
9 changed files with 6 additions and 6 deletions

View File

@ -83,10 +83,10 @@ public class ConsoleFragment extends Fragment implements ConnectorHandler {
ImageView background = (ImageView) view.findViewById(R.id.iv_background);
Glide.with(this).load(R.drawable.bg1).into(background);
ImageView ethereumIcon = (ImageView) view.findViewById(R.id.iv_ethereum_icon);
ImageView ethereumText = (ImageView) view.findViewById(R.id.iv_ethereum_text);
Glide.with(this).load(R.drawable.ethereum_text).into(ethereumText);
Glide.with(this).load(R.drawable.ethereum_icon).into(ethereumIcon);
ImageView syngLogo = (ImageView) view.findViewById(R.id.iv_syng_logo);
ImageView syngText = (ImageView) view.findViewById(R.id.iv_syng_text);
Glide.with(this).load(R.drawable.syng_text).into(syngText);
Glide.with(this).load(R.drawable.syng_logo).into(syngLogo);
((AppCompatActivity)getActivity()).getSupportActionBar().setDisplayShowTitleEnabled(true);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -28,7 +28,7 @@
android:paddingBottom="60dp">
<ImageView
android:id="@+id/iv_ethereum_icon"
android:id="@+id/iv_syng_logo"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_gravity="center_horizontal"
@ -40,7 +40,7 @@
android:layout_weight="0.1"/>
<ImageView
android:id="@+id/iv_ethereum_text"
android:id="@+id/iv_syng_text"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_gravity="center_horizontal"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 20 KiB