Skip to content

Instantly share code, notes, and snippets.

View Morteza-QN's full-sized avatar

Morteza Qorbani Nezhad Morteza-QN

  • Adorateb
  • Tehran, Iran
View GitHub Profile
@Morteza-QN
Morteza-QN / studio.vmoptions
Last active March 12, 2023 07:31 — forked from marvellousness/studio.vmoptions
Custom Android Studio VM options
# custom Android Studio VM options, see https://developer.android.com/studio/intro/studio-config.html
# Runs JVM in Server mode with more optimizations and resources usage
# It may slow down the startup, but if you usually keep IDE running for few hours/days
# JVM may profile and optimize IDE better. Feel free to remove this flag.
-server
# Sets the initial size of the heap, default value is 256m
-Xms1G
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false"
android:color="@color/flat_disabled_text"/>
<item android:color="@color/flat_normal_text"/>
</selector>