Samsung Mobile Theme Editor

0 views
Skip to first unread message

Awilda

unread,
Aug 3, 2024, 5:39:24 PM8/3/24
to piowoofeva

I have just installed Android Studio in my Window 7 64bit.
When I launch the application the background of the screen where we write the code is white.
I would prefer black or any other color.
I am not sure whether we can change the color/theme OR add more themes.

Dayle Reese has an amazing set of color schemes available for use in both AndroidStudio and Intellij. Depending on the IDE you are using, these ICLS files go into a particular directory (This is for Windows):

Once you've placed the ICLS files in one of the directories above, relaunch the IDE so that it picks up the new themes. There is also a nice page containing a preview of most/all the themes so you can figure out which ones you like most. Enjoy.

(Note: the exact paths shown here are primarily for Windows and Linux. I know Mac has a few non-standard paths, so if you're on Mac, you may have to adjust the starting bit of the path. The point is, get into settings however you'd do that on a Mac)

The last part has three different options. The first has a few amount of plugins, and looks like only the official plugins. Browse repositories have much more plugins, and seems to be like going to the plugin page. This is a shorter way than going to the intelliJ plugin page and downloading the plugins manually. If you download, click install plugin from disk. This allows you to drag and drop, or find .jar files.

Import the theme. File -> Import Settings. Navigate to the theme-name.jar. Click the "Ok" button. This will tell you restart your application, at least it did for me, and it automatically selected the theme for my editor.

To install new Theme on Mac go to Preferences -> Plugins -> Browse Repositories -> Select Category "UI" and search theme name, I recommend "Material Theme UI" click on the green button "Install" and then restart after installation.

For additional themes I visited =164-theme&tags=Theme I was able to download one of them. I closed all my tabs opened and simply dragged and dropped the jar file. That was the way Android Studio prompted to restart. I tried importing the jar file as mentioned previously but it simply didn't work.

Thought I would add this as an answer, for anyone who accidentally mess up like I did!
It't not really an answer to the original question, but a few other posts refer to this post, so thought I would add it here (cause its slightly relevant to the question). Hope it helps someone!

I found the Android Studio IDE settings in the Users/%username%/.AndroidStudioPreview/config folder and in there, the ui.inf.xml file, in which I could change the option FONT_SIZE back to a more manageable size.

You can manage your online store from your mobile device with the Shopify app. The app features an online store overview page that allows you to edit your store, modify content, and publish your site from one screen. Using the mobile theme editor, you can update or edit your online store from anywhere, as well as create blog posts, add pages, update your menus, and manage your theme.

Tap the eye icon in the upper right corner of the Shopify app to open your store in a browser window. You can scroll through your store and tap on any links or products to open them. A bar along the bottom of your device screen has information about the store you're previewing, and displays the last save date of your store.

Tap the Actions button. From here, you can hide the action bar, close the preview, or share the preview. Tap on Share preview to get a preview link to your online store that is accessible to anyone you share the link with for two days. As this is a preview of your store, anyone using the link won't be able to make purchases or transactions using the preview link. You can copy the preview link to your device clipboard by tapping Copy link.

Tap the Add theme button to add a new theme to your library. If you have the new theme's zip file on your mobile device, then you can upload the new theme to your online store by tapping Upload zip file. You'll be prompted to select the file from your device to upload. Note that the file must be a .zip file less than 50MB in size.

If you don't have the new theme on your device, then you can choose to connect to GitHub and upload your new theme from there. Tap the Connect from GitHub button and follow the prompts to log into your GitHub account for the new theme file.

If your theme has an update available, then a blue dot displays below your theme name. Tap on the drop-down arrow to view the update details, view release notes, or add the update to your theme library.

You can now customize your theme using your mobile device. The Shopify app includes a mobile theme editor, allowing you to customize your online store from your mobile device. You can make changes to your theme settings, and add, remove, edit, and rearrange content.

From the dashboard page, you can view your storefront's performance over the last 28 days across each Core Web Vital: loading speed, interactivity, and visual stability. These metrics provide an overall view of the visitor experience on your online store. Use the drop-down menu at the top of the page to switch between mobile, desktop, or all (default) views.

Tap the Blog posts heading to open your blog posts. You can create a new blog post, or edit existing posts. Refer to the Blogs documentation for more information on creating and editing blog posts.

Tap the Pages heading to open a list of your pages. You can use the search bar to locate a specific page, or tap More filters to narrow your search down to pages that are hidden or visible.

Tap the Navigation button to open the Navigation page. From here, you can edit the menus that display on your online store. Refer to the Menus and links documentation for more information on menu types and how to use them.

For some words the backspace key deletes backwards. If I understand right, then insert mode would delete the next characters, but in my case the last character or characters are deleted. And only for some words.

I turned off all plugins and changed the themes (to stand theme and others). I restarted the tablet. I cleaned the cache from Obsidian. I deinstalled and re-installed Obsidian. I tried other vaults. I made sure that spell check is deactivated. I changed the language setting.

The first issue is that when I go to double tap space on either device, which with my keyboard settings replaces the first space with a period, the editor freezes for a split second, jumps the view slightly and deletes both spaces.

This seems to be recurring whenever I attempt any character replacement, on my android phone holding backspace usually deletes characters word by word, which in the obsidian editor results in the same freeze, shifts the view so the cursor is at the bottom of the screen, and quickly deletes and replaces the word.

I have experienced the same problem when using external keyboard (Logitech K380). It happens to show up in some lines and then it is sticky for that line. If I move to next line space bar continues to work as spaces. If I go to another program or browser the same is not observed. And as the original poster mentioned I have not observed this with onscreen keyboard only the external one which is a new purchase for me.

It looks like this happens anytime I type a word that is not in English including acronyms like ITA or typos, space bar becomes delete key at that point for that line. I can move to a new line and continue.

Yes, you are right. And no, with Gboard it just works fine as far as I can oversee now. I test more in future. Seems that there is incompatibility between editor and Samsung keyboard or something like this. Now is already late, tell you later about more detailed testing results.

Spacebar becomes delete key when an external keyboard (Logitech K380) is paired with my Android tablet ( Samsung S6 Lite). This happens anytime a word that is not recognized by the dictionary is typed. My current workaround is instead of using space I put in a comma or - and then continue typing.

Are there any resources about how to do custom javascript for mobile devices? For instance, does jQuery work in mobile, or is there some other framework that should be used? How do you call the Canvas API from your javascript code? When writing data to the screen, do you use HTML or is there some other markup that is needed?

I recently had a request from a student to make a feature, that we have available on the web, available in the mobile app. I thought it might be as easy as taking that javascript code into a new javascript override file and adding that file in the Theme editor. But that doesn't seem to be working, so any help would be appreciated.

I have made some more progress today and currently only have one issue that I need some help in resolving. As I stated above, I can use pure Javascript to get data and write data in the mobile app. I have figured out the issue I was having with my AJAX call returning a 401. (The issue was that the relative url that I was using was incorrect. And I don't need to include the access token.)

The final issue that I currently have is, when I am in a course in the mobile app, how can I get the course id for that particular course? On the web, I could use one of a number of techniques, but none of them seem to work in the mobile app. Here's what I have tried thus far:

You mentioned that you looked through the mobile source code. Is that somewhere that I would have access to look at? I may not be able to make any sense of it either, but it couldn't hurt for me to try.

- is there any information anywhere on how to generate an access token? I am still very confused as to how I can do this safely as I can't see how I'm not going to have to leave potentially sensitive information lying around in order to get that token...I'm not talking about writing a third-party e.g LTI application here, just calling Canvas api methods from within Canvas pages...

c80f0f1006
Reply all
Reply to author
Forward
0 new messages