Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

graphical-logo

Actionbar Logo size?

January 3, 2024 by Tarik
Categories android Tags android, android-actionbar, graphical-logo, size Leave a comment

ActionBar logo centered and Action items on sides

September 23, 2023 by Tarik

As I noted in a comment, I am not exactly sure if any of this would change with ABS (I’m sure not much would), but with the standard Action Bar you can load a custom layout .xml for your action bar title. For example, you could have action_bar_title.xml: <?xml version=”1.0″ encoding=”utf-8″?> <RelativeLayout xmlns:android=”http://schemas.android.com/apk/res/android” android:layout_width=”match_parent” android:layout_height=”match_parent” … Read more

Categories android Tags android, android-actionbar, center, graphical-logo Leave a comment

How do you come up with a good name for a software company? [closed]

September 14, 2023 by Tarik

anti-answer: pick something like “iAmurioBugFoneStickr2 Solutions” (the 2 is supposed to be pronounced “squared”) It always helps to add a lowercase “e” or an “i” before something as an indicator of internet-enabled technology Having a meaningless Latin-root-derived phrase (e.g. Verizon, Altria, Experian, Lucent) sounds articulate and intellectual Always try to use CamelCase or something typographically … Read more

Categories graphical-logo Tags graphical-logo Leave a comment

How to replace the default logo in NSIS installer?

June 1, 2023 by Tarik

For the sake of completion, this is the full code I used to change the logo (using Anders method) and the executable icon (using CharlesB method). Also included MUI2.nsh as mentioned by Yuri Korolov. !include “MUI2.nsh” !define MUI_ICON “path\to\icon.ico” !define MUI_HEADERIMAGE !define MUI_HEADERIMAGE_BITMAP “path\to\InstallerLogo.bmp” !define MUI_HEADERIMAGE_RIGHT

Categories installation Tags graphical-logo, installation, nsis Leave a comment

Android icon vs logo

January 5, 2023 by Tarik

The ActionBar will use the android:logo attribute of your manifest, if one is provided. That lets you use separate drawable resources for the icon (Launcher) and the logo (ActionBar, among other things). Source: Android: How to change the ActionBar “Home” Icon to be something other than the app icon? setDisplayUseLogoEnabled() Enables the use of an … Read more

Categories android Tags android, graphical-logo, icons, manifest Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa