change logo, add launcher icon
|
@ -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);
|
||||
|
||||
|
|
Before Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
@ -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"
|
||||
|
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 20 KiB |